@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AllocateStaticIpResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
AllocateStaticIpResult() |
Modifier and Type | Method and Description |
---|---|
AllocateStaticIpResult |
clone() |
boolean |
equals(Object obj) |
List<Operation> |
getOperations()
An array of key-value pairs containing information about the static IP address you allocated.
|
int |
hashCode() |
void |
setOperations(Collection<Operation> operations)
An array of key-value pairs containing information about the static IP address you allocated.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
AllocateStaticIpResult |
withOperations(Collection<Operation> operations)
An array of key-value pairs containing information about the static IP address you allocated.
|
AllocateStaticIpResult |
withOperations(Operation... operations)
An array of key-value pairs containing information about the static IP address you allocated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Operation> getOperations()
An array of key-value pairs containing information about the static IP address you allocated.
public void setOperations(Collection<Operation> operations)
An array of key-value pairs containing information about the static IP address you allocated.
operations
- An array of key-value pairs containing information about the static IP address you allocated.public AllocateStaticIpResult withOperations(Operation... operations)
An array of key-value pairs containing information about the static IP address you allocated.
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 array of key-value pairs containing information about the static IP address you allocated.public AllocateStaticIpResult withOperations(Collection<Operation> operations)
An array of key-value pairs containing information about the static IP address you allocated.
operations
- An array of key-value pairs containing information about the static IP address you allocated.public String toString()
toString
in class Object
Object.toString()
public AllocateStaticIpResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.