@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) |
boolean |
equalsBySdkFields(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 final 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 final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.