public class GetXssMatchSetRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
A request to get an XssMatchSet.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
xssMatchSetId
The
XssMatchSetId of the XssMatchSet that you want to
get. |
NOOP
Constructor and Description |
---|
GetXssMatchSetRequest() |
Modifier and Type | Method and Description |
---|---|
GetXssMatchSetRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getXssMatchSetId()
The
XssMatchSetId of the XssMatchSet that you want to
get. |
int |
hashCode() |
void |
setXssMatchSetId(java.lang.String xssMatchSetId)
The
XssMatchSetId of the XssMatchSet that you want to
get. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetXssMatchSetRequest |
withXssMatchSetId(java.lang.String xssMatchSetId)
The
XssMatchSetId of the XssMatchSet that you want to
get. |
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String xssMatchSetId
The XssMatchSetId
of the XssMatchSet that you want to
get. XssMatchSetId
is returned by CreateXssMatchSet
and by ListXssMatchSets.
public void setXssMatchSetId(java.lang.String xssMatchSetId)
The XssMatchSetId
of the XssMatchSet that you want to
get. XssMatchSetId
is returned by CreateXssMatchSet
and by ListXssMatchSets.
xssMatchSetId
- The XssMatchSetId
of the XssMatchSet that you
want to get. XssMatchSetId
is returned by
CreateXssMatchSet and by ListXssMatchSets.public java.lang.String getXssMatchSetId()
The XssMatchSetId
of the XssMatchSet that you want to
get. XssMatchSetId
is returned by CreateXssMatchSet
and by ListXssMatchSets.
XssMatchSetId
of the XssMatchSet that you
want to get. XssMatchSetId
is returned by
CreateXssMatchSet and by ListXssMatchSets.public GetXssMatchSetRequest withXssMatchSetId(java.lang.String xssMatchSetId)
The XssMatchSetId
of the XssMatchSet that you want to
get. XssMatchSetId
is returned by CreateXssMatchSet
and by ListXssMatchSets.
xssMatchSetId
- The XssMatchSetId
of the XssMatchSet that you
want to get. XssMatchSetId
is returned by
CreateXssMatchSet and by ListXssMatchSets.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetXssMatchSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()