@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRegexPatternSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetRegexPatternSetResult() |
| Modifier and Type | Method and Description |
|---|---|
GetRegexPatternSetResult |
clone() |
boolean |
equals(Object obj) |
RegexPatternSet |
getRegexPatternSet()
Information about the RegexPatternSet that you specified in the
GetRegexPatternSet request,
including the identifier of the pattern set and the regular expression patterns you want AWS WAF to search for. |
int |
hashCode() |
void |
setRegexPatternSet(RegexPatternSet regexPatternSet)
Information about the RegexPatternSet that you specified in the
GetRegexPatternSet request,
including the identifier of the pattern set and the regular expression patterns you want AWS WAF to search for. |
String |
toString()
Returns a string representation of this object.
|
GetRegexPatternSetResult |
withRegexPatternSet(RegexPatternSet regexPatternSet)
Information about the RegexPatternSet that you specified in the
GetRegexPatternSet request,
including the identifier of the pattern set and the regular expression patterns you want AWS WAF to search for. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setRegexPatternSet(RegexPatternSet regexPatternSet)
Information about the RegexPatternSet that you specified in the GetRegexPatternSet request,
including the identifier of the pattern set and the regular expression patterns you want AWS WAF to search for.
regexPatternSet - Information about the RegexPatternSet that you specified in the GetRegexPatternSet
request, including the identifier of the pattern set and the regular expression patterns you want AWS WAF
to search for.public RegexPatternSet getRegexPatternSet()
Information about the RegexPatternSet that you specified in the GetRegexPatternSet request,
including the identifier of the pattern set and the regular expression patterns you want AWS WAF to search for.
GetRegexPatternSet
request, including the identifier of the pattern set and the regular expression patterns you want AWS WAF
to search for.public GetRegexPatternSetResult withRegexPatternSet(RegexPatternSet regexPatternSet)
Information about the RegexPatternSet that you specified in the GetRegexPatternSet request,
including the identifier of the pattern set and the regular expression patterns you want AWS WAF to search for.
regexPatternSet - Information about the RegexPatternSet that you specified in the GetRegexPatternSet
request, including the identifier of the pattern set and the regular expression patterns you want AWS WAF
to search for.public String toString()
toString in class ObjectObject.toString()public GetRegexPatternSetResult clone()