@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRegexMatchSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetRegexMatchSetResult() |
Modifier and Type | Method and Description |
---|---|
GetRegexMatchSetResult |
clone() |
boolean |
equals(Object obj) |
RegexMatchSet |
getRegexMatchSet()
Information about the RegexMatchSet that you specified in the
GetRegexMatchSet request. |
int |
hashCode() |
void |
setRegexMatchSet(RegexMatchSet regexMatchSet)
Information about the RegexMatchSet that you specified in the
GetRegexMatchSet request. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetRegexMatchSetResult |
withRegexMatchSet(RegexMatchSet regexMatchSet)
Information about the RegexMatchSet that you specified in the
GetRegexMatchSet request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRegexMatchSet(RegexMatchSet regexMatchSet)
Information about the RegexMatchSet that you specified in the GetRegexMatchSet
request. For
more information, see RegexMatchTuple.
regexMatchSet
- Information about the RegexMatchSet that you specified in the GetRegexMatchSet
request. For more information, see RegexMatchTuple.public RegexMatchSet getRegexMatchSet()
Information about the RegexMatchSet that you specified in the GetRegexMatchSet
request. For
more information, see RegexMatchTuple.
GetRegexMatchSet
request. For more information, see RegexMatchTuple.public GetRegexMatchSetResult withRegexMatchSet(RegexMatchSet regexMatchSet)
Information about the RegexMatchSet that you specified in the GetRegexMatchSet
request. For
more information, see RegexMatchTuple.
regexMatchSet
- Information about the RegexMatchSet that you specified in the GetRegexMatchSet
request. For more information, see RegexMatchTuple.public String toString()
toString
in class Object
Object.toString()
public GetRegexMatchSetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.