@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteIPSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
DeleteIPSetResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
DeleteIPSetResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getChangeToken()
 The  
ChangeToken that you used to submit the DeleteIPSet request. | 
int | 
hashCode()  | 
void | 
setChangeToken(String changeToken)
 The  
ChangeToken that you used to submit the DeleteIPSet request. | 
String | 
toString()
Returns a string representation of this object. 
 | 
DeleteIPSetResult | 
withChangeToken(String changeToken)
 The  
ChangeToken that you used to submit the DeleteIPSet request. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setChangeToken(String changeToken)
 The ChangeToken that you used to submit the DeleteIPSet 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 DeleteIPSet 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 DeleteIPSet 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 DeleteIPSet request. You can also
         use this value to query the status of the request. For more information, see GetChangeTokenStatus.public DeleteIPSetResult withChangeToken(String changeToken)
 The ChangeToken that you used to submit the DeleteIPSet 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 DeleteIPSet 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 ObjectObject.toString()public DeleteIPSetResult clone()