public class CreateIPSetResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
CreateIPSetResult() |
Modifier and Type | Method and Description |
---|---|
CreateIPSetResult |
clone() |
boolean |
equals(Object obj) |
String |
getChangeToken()
The
ChangeToken that you used to submit the
CreateIPSet request. |
IPSet |
getIPSet()
The IPSet returned in the
CreateIPSet response. |
int |
hashCode() |
void |
setChangeToken(String changeToken)
The
ChangeToken that you used to submit the
CreateIPSet request. |
void |
setIPSet(IPSet iPSet)
The IPSet returned in the
CreateIPSet response. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateIPSetResult |
withChangeToken(String changeToken)
The
ChangeToken that you used to submit the
CreateIPSet request. |
CreateIPSetResult |
withIPSet(IPSet iPSet)
The IPSet returned in the
CreateIPSet response. |
public void setIPSet(IPSet iPSet)
The IPSet returned in the CreateIPSet
response.
iPSet
- The IPSet returned in the CreateIPSet
response.public IPSet getIPSet()
The IPSet returned in the CreateIPSet
response.
CreateIPSet
response.public CreateIPSetResult withIPSet(IPSet iPSet)
The IPSet returned in the CreateIPSet
response.
iPSet
- The IPSet returned in the CreateIPSet
response.public void setChangeToken(String changeToken)
The ChangeToken
that you used to submit the
CreateIPSet
request. You can also use this value to query
the status of the request. For more information, see
GetChangeTokenStatus.
changeToken
- The ChangeToken
that you used to submit the
CreateIPSet
request. You can also use this value to
query the status of the request. For more information, see
GetChangeTokenStatus.public String getChangeToken()
The ChangeToken
that you used to submit the
CreateIPSet
request. You can also use this value to query
the status of the request. For more information, see
GetChangeTokenStatus.
ChangeToken
that you used to submit the
CreateIPSet
request. You can also use this value to
query the status of the request. For more information, see
GetChangeTokenStatus.public CreateIPSetResult withChangeToken(String changeToken)
The ChangeToken
that you used to submit the
CreateIPSet
request. You can also use this value to query
the status of the request. For more information, see
GetChangeTokenStatus.
changeToken
- The ChangeToken
that you used to submit the
CreateIPSet
request. You can also use this value to
query the status of the request. For more information, see
GetChangeTokenStatus.public String toString()
toString
in class Object
Object.toString()
public CreateIPSetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.