ToCopyableBuilder<GetXssMatchSetResponse.Builder,GetXssMatchSetResponse>
@Generated("software.amazon.awssdk:codegen") public class GetXssMatchSetResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetXssMatchSetResponse.Builder,GetXssMatchSetResponse>
The response to a GetXssMatchSet request.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetXssMatchSetResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetXssMatchSetResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends GetXssMatchSetResponse.Builder> |
serializableBuilderClass() |
|
GetXssMatchSetResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
XssMatchSet |
xssMatchSet() |
Information about the XssMatchSet that you specified in the
GetXssMatchSet request. |
setSdkHttpMetadata, setSdkResponseMetadata
public 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
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 GetXssMatchSetResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetXssMatchSetResponse.Builder,GetXssMatchSetResponse>
public static GetXssMatchSetResponse.Builder builder()
public static Class<? extends GetXssMatchSetResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.