@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) | 
| RegexPatternSetSummary | getSummary()
 High-level information about a RegexPatternSet, returned by operations like create and list. | 
| int | hashCode() | 
| void | setSummary(RegexPatternSetSummary summary)
 High-level information about a RegexPatternSet, returned by operations like create and list. | 
| String | toString()Returns a string representation of this object. | 
| CreateRegexPatternSetResult | withSummary(RegexPatternSetSummary summary)
 High-level information about a RegexPatternSet, returned by operations like create and list. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setSummary(RegexPatternSetSummary summary)
 High-level information about a RegexPatternSet, returned by operations like create and list. This provides
 information like the ID, that you can use to retrieve and manage a RegexPatternSet, and the ARN,
 that you provide to the RegexPatternSetReferenceStatement to use the pattern set in a Rule.
 
summary - High-level information about a RegexPatternSet, returned by operations like create and list. This
        provides information like the ID, that you can use to retrieve and manage a RegexPatternSet,
        and the ARN, that you provide to the RegexPatternSetReferenceStatement to use the pattern set in a
        Rule.public RegexPatternSetSummary getSummary()
 High-level information about a RegexPatternSet, returned by operations like create and list. This provides
 information like the ID, that you can use to retrieve and manage a RegexPatternSet, and the ARN,
 that you provide to the RegexPatternSetReferenceStatement to use the pattern set in a Rule.
 
RegexPatternSet,
         and the ARN, that you provide to the RegexPatternSetReferenceStatement to use the pattern set in a
         Rule.public CreateRegexPatternSetResult withSummary(RegexPatternSetSummary summary)
 High-level information about a RegexPatternSet, returned by operations like create and list. This provides
 information like the ID, that you can use to retrieve and manage a RegexPatternSet, and the ARN,
 that you provide to the RegexPatternSetReferenceStatement to use the pattern set in a Rule.
 
summary - High-level information about a RegexPatternSet, returned by operations like create and list. This
        provides information like the ID, that you can use to retrieve and manage a RegexPatternSet,
        and the ARN, that you provide to the RegexPatternSetReferenceStatement to use the pattern set in a
        Rule.public String toString()
toString in class ObjectObject.toString()public CreateRegexPatternSetResult clone()