@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.
|
GetRegexMatchSetResult |
withRegexMatchSet(RegexMatchSet regexMatchSet)
Information about the RegexMatchSet that you specified in the
GetRegexMatchSet request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 ObjectObject.toString()public GetRegexMatchSetResult clone()