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