@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AttachDiskResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
AttachDiskResult() |
| Modifier and Type | Method and Description |
|---|---|
AttachDiskResult |
clone() |
boolean |
equals(Object obj) |
List<Operation> |
getOperations()
An object describing the API operation.
|
int |
hashCode() |
void |
setOperations(Collection<Operation> operations)
An object describing the API operation.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
AttachDiskResult |
withOperations(Collection<Operation> operations)
An object describing the API operation.
|
AttachDiskResult |
withOperations(Operation... operations)
An object describing the API operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<Operation> getOperations()
An object describing the API operation.
public void setOperations(Collection<Operation> operations)
An object describing the API operation.
operations - An object describing the API operation.public AttachDiskResult withOperations(Operation... operations)
An object 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 - An object describing the API operation.public AttachDiskResult withOperations(Collection<Operation> operations)
An object describing the API operation.
operations - An object describing the API operation.public String toString()
toString in class ObjectObject.toString()public AttachDiskResult clone()
Copyright © 2017. All rights reserved.