@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, setSdkResponseMetadatapublic 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 ObjectObject.toString()public ListIPSetsResult clone()
Copyright © 2018. All rights reserved.