@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetStaticIpsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetStaticIpsResult() |
Modifier and Type | Method and Description |
---|---|
GetStaticIpsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextPageToken()
A token used for advancing to the next page of results from your get static IPs request.
|
List<StaticIp> |
getStaticIps()
An array of key-value pairs containing information about your get static IPs request.
|
int |
hashCode() |
void |
setNextPageToken(String nextPageToken)
A token used for advancing to the next page of results from your get static IPs request.
|
void |
setStaticIps(Collection<StaticIp> staticIps)
An array of key-value pairs containing information about your get static IPs request.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetStaticIpsResult |
withNextPageToken(String nextPageToken)
A token used for advancing to the next page of results from your get static IPs request.
|
GetStaticIpsResult |
withStaticIps(Collection<StaticIp> staticIps)
An array of key-value pairs containing information about your get static IPs request.
|
GetStaticIpsResult |
withStaticIps(StaticIp... staticIps)
An array of key-value pairs containing information about your get static IPs request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<StaticIp> getStaticIps()
An array of key-value pairs containing information about your get static IPs request.
public void setStaticIps(Collection<StaticIp> staticIps)
An array of key-value pairs containing information about your get static IPs request.
staticIps
- An array of key-value pairs containing information about your get static IPs request.public GetStaticIpsResult withStaticIps(StaticIp... staticIps)
An array of key-value pairs containing information about your get static IPs request.
NOTE: This method appends the values to the existing list (if any). Use
setStaticIps(java.util.Collection)
or withStaticIps(java.util.Collection)
if you want to
override the existing values.
staticIps
- An array of key-value pairs containing information about your get static IPs request.public GetStaticIpsResult withStaticIps(Collection<StaticIp> staticIps)
An array of key-value pairs containing information about your get static IPs request.
staticIps
- An array of key-value pairs containing information about your get static IPs request.public void setNextPageToken(String nextPageToken)
A token used for advancing to the next page of results from your get static IPs request.
nextPageToken
- A token used for advancing to the next page of results from your get static IPs request.public String getNextPageToken()
A token used for advancing to the next page of results from your get static IPs request.
public GetStaticIpsResult withNextPageToken(String nextPageToken)
A token used for advancing to the next page of results from your get static IPs request.
nextPageToken
- A token used for advancing to the next page of results from your get static IPs request.public String toString()
toString
in class Object
Object.toString()
public GetStaticIpsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.