Class CreateLayerResult
java.lang.Object
com.amazonaws.services.opsworks.model.CreateLayerResult
- All Implemented Interfaces:
Serializable, Cloneable
Contains the response to a CreateLayer request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe layer ID.inthashCode()voidsetLayerId(String layerId) The layer ID.toString()Returns a string representation of this object; useful for testing and debugging.withLayerId(String layerId) The layer ID.
-
Constructor Details
-
CreateLayerResult
public CreateLayerResult()
-
-
Method Details