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