Cloneable, ReadLimitInfo, ToCopyableBuilder<GetXssMatchSetRequest.Builder,GetXssMatchSetRequest>@Generated("software.amazon.awssdk:codegen") public class GetXssMatchSetRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetXssMatchSetRequest.Builder,GetXssMatchSetRequest>
A request to get an XssMatchSet.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
GetXssMatchSetRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static GetXssMatchSetRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends GetXssMatchSetRequest.Builder> |
serializableBuilderClass() |
|
GetXssMatchSetRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
xssMatchSetId() |
The
XssMatchSetId of the XssMatchSet that you want to get. |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String xssMatchSetId()
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.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<GetXssMatchSetRequest.Builder,GetXssMatchSetRequest>public static GetXssMatchSetRequest.Builder builder()
public static Class<? extends GetXssMatchSetRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.