@Generated(value="software.amazon.awssdk:codegen") public final class GetXssMatchSetRequest extends WafRequest implements ToCopyableBuilder<GetXssMatchSetRequest.Builder,GetXssMatchSetRequest>
A request to get an XssMatchSet.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetXssMatchSetRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetXssMatchSetRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetXssMatchSetRequest.Builder> |
serializableBuilderClass() |
GetXssMatchSetRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
xssMatchSetId()
The
XssMatchSetId of the XssMatchSet that you want to get. |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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()
toBuilder in interface ToCopyableBuilder<GetXssMatchSetRequest.Builder,GetXssMatchSetRequest>toBuilder in class WafRequestpublic static GetXssMatchSetRequest.Builder builder()
public static Class<? extends GetXssMatchSetRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.