@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; useful for testing and debugging.
|
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, setSdkResponseMetadata
public 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 Object
Object.toString()
public GetRegexPatternSetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.