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