@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetXssMatchSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The response to a GetXssMatchSet request.
Constructor and Description |
---|
GetXssMatchSetResult() |
Modifier and Type | Method and Description |
---|---|
GetXssMatchSetResult |
clone() |
boolean |
equals(Object obj) |
XssMatchSet |
getXssMatchSet()
Information about the XssMatchSet that you specified in the
GetXssMatchSet request. |
int |
hashCode() |
void |
setXssMatchSet(XssMatchSet xssMatchSet)
Information about the XssMatchSet that you specified in the
GetXssMatchSet request. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetXssMatchSetResult |
withXssMatchSet(XssMatchSet xssMatchSet)
Information about the XssMatchSet that you specified in the
GetXssMatchSet request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setXssMatchSet(XssMatchSet xssMatchSet)
Information about the XssMatchSet that you specified in the GetXssMatchSet
request. For more
information, see the following topics:
XssMatchSet: Contains Name
, XssMatchSetId
, and an array of
XssMatchTuple
objects
XssMatchTuple: Each XssMatchTuple
object contains FieldToMatch
and
TextTransformation
FieldToMatch: Contains Data
and Type
xssMatchSet
- Information about the XssMatchSet that you specified in the GetXssMatchSet
request.
For more information, see the following topics:
XssMatchSet: Contains Name
, XssMatchSetId
, and an array of
XssMatchTuple
objects
XssMatchTuple: Each XssMatchTuple
object contains FieldToMatch
and
TextTransformation
FieldToMatch: Contains Data
and Type
public XssMatchSet getXssMatchSet()
Information about the XssMatchSet that you specified in the GetXssMatchSet
request. For more
information, see the following topics:
XssMatchSet: Contains Name
, XssMatchSetId
, and an array of
XssMatchTuple
objects
XssMatchTuple: Each XssMatchTuple
object contains FieldToMatch
and
TextTransformation
FieldToMatch: Contains Data
and Type
GetXssMatchSet
request.
For more information, see the following topics:
XssMatchSet: Contains Name
, XssMatchSetId
, and an array of
XssMatchTuple
objects
XssMatchTuple: Each XssMatchTuple
object contains FieldToMatch
and
TextTransformation
FieldToMatch: Contains Data
and Type
public GetXssMatchSetResult withXssMatchSet(XssMatchSet xssMatchSet)
Information about the XssMatchSet that you specified in the GetXssMatchSet
request. For more
information, see the following topics:
XssMatchSet: Contains Name
, XssMatchSetId
, and an array of
XssMatchTuple
objects
XssMatchTuple: Each XssMatchTuple
object contains FieldToMatch
and
TextTransformation
FieldToMatch: Contains Data
and Type
xssMatchSet
- Information about the XssMatchSet that you specified in the GetXssMatchSet
request.
For more information, see the following topics:
XssMatchSet: Contains Name
, XssMatchSetId
, and an array of
XssMatchTuple
objects
XssMatchTuple: Each XssMatchTuple
object contains FieldToMatch
and
TextTransformation
FieldToMatch: Contains Data
and Type
public String toString()
toString
in class Object
Object.toString()
public GetXssMatchSetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.