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