@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportSnapshotResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ExportSnapshotResult() |
| Modifier and Type | Method and Description |
|---|---|
ExportSnapshotResult |
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.
|
ExportSnapshotResult |
withOperations(Collection<Operation> operations)
A list of objects describing the API operation.
|
ExportSnapshotResult |
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 ExportSnapshotResult 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 ExportSnapshotResult 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 ExportSnapshotResult clone()
Copyright © 2020. All rights reserved.