@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateCloudFormationStackResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateCloudFormationStackResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateCloudFormationStackResult |
clone() |
boolean |
equals(Object obj) |
List<Operation> |
getOperations()
A list of objects describing the API operation.
|
int |
hashCode() |
void |
setOperations(Collection<Operation> operations)
A list of objects describing the API operation.
|
String |
toString()
Returns a string representation of this object.
|
CreateCloudFormationStackResult |
withOperations(Collection<Operation> operations)
A list of objects describing the API operation.
|
CreateCloudFormationStackResult |
withOperations(Operation... operations)
A list of objects describing the API operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<Operation> getOperations()
A list of objects describing the API operation.
public void setOperations(Collection<Operation> operations)
A list of objects describing the API operation.
operations - A list of objects describing the API operation.public CreateCloudFormationStackResult withOperations(Operation... operations)
A list of objects describing the API operation.
NOTE: This method appends the values to the existing list (if any). Use
setOperations(java.util.Collection) or withOperations(java.util.Collection) if you want to
override the existing values.
operations - A list of objects describing the API operation.public CreateCloudFormationStackResult withOperations(Collection<Operation> operations)
A list of objects describing the API operation.
operations - A list of objects describing the API operation.public String toString()
toString in class ObjectObject.toString()public CreateCloudFormationStackResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.