@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()
The token to advance to the next page of results from your request.
|
List<StaticIp> |
getStaticIps()
An array of key-value pairs containing information about your get static IPs request.
|
int |
hashCode() |
void |
setNextPageToken(String nextPageToken)
The token to advance to the next page of results from your 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.
|
GetStaticIpsResult |
withNextPageToken(String nextPageToken)
The token to advance to the next page of results from your 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, setSdkResponseMetadatapublic 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)
The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetStaticIps request and specify the next page
token using the pageToken parameter.
nextPageToken - The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetStaticIps request and specify the next
page token using the pageToken parameter.
public String getNextPageToken()
The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetStaticIps request and specify the next page
token using the pageToken parameter.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetStaticIps request and specify the next
page token using the pageToken parameter.
public GetStaticIpsResult withNextPageToken(String nextPageToken)
The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetStaticIps request and specify the next page
token using the pageToken parameter.
nextPageToken - The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetStaticIps request and specify the next
page token using the pageToken parameter.
public String toString()
toString in class ObjectObject.toString()public GetStaticIpsResult clone()