@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListIPSetsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListIPSetsResult() |
Modifier and Type | Method and Description |
---|---|
ListIPSetsResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getIpSetIds() |
String |
getNextToken() |
int |
hashCode() |
void |
setIpSetIds(Collection<String> ipSetIds) |
void |
setNextToken(String nextToken) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListIPSetsResult |
withIpSetIds(Collection<String> ipSetIds) |
ListIPSetsResult |
withIpSetIds(String... ipSetIds)
NOTE: This method appends the values to the existing list (if any).
|
ListIPSetsResult |
withNextToken(String nextToken) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setIpSetIds(Collection<String> ipSetIds)
ipSetIds
- public ListIPSetsResult withIpSetIds(String... ipSetIds)
NOTE: This method appends the values to the existing list (if any). Use
setIpSetIds(java.util.Collection)
or withIpSetIds(java.util.Collection)
if you want to override
the existing values.
ipSetIds
- public ListIPSetsResult withIpSetIds(Collection<String> ipSetIds)
ipSetIds
- public void setNextToken(String nextToken)
nextToken
- public String getNextToken()
public ListIPSetsResult withNextToken(String nextToken)
nextToken
- public String toString()
toString
in class Object
Object.toString()
public ListIPSetsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.