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