@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CopySnapshotResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CopySnapshotResult() |
Modifier and Type | Method and Description |
---|---|
CopySnapshotResult |
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.
|
CopySnapshotResult |
withOperations(Collection<Operation> operations)
A list of objects describing the API operation.
|
CopySnapshotResult |
withOperations(Operation... operations)
A list of objects describing the API operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 CopySnapshotResult 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 CopySnapshotResult 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 Object
Object.toString()
public CopySnapshotResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.