Cloneable, ReadLimitInfo, ToCopyableBuilder<DeleteByteMatchSetRequest.Builder,DeleteByteMatchSetRequest>@Generated("software.amazon.awssdk:codegen") public class DeleteByteMatchSetRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DeleteByteMatchSetRequest.Builder,DeleteByteMatchSetRequest>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
DeleteByteMatchSetRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static DeleteByteMatchSetRequest.Builder |
builder() |
|
String |
byteMatchSetId() |
The
ByteMatchSetId of the ByteMatchSet that you want to delete. |
String |
changeToken() |
The value returned by the most recent call to GetChangeToken.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends DeleteByteMatchSetRequest.Builder> |
serializableBuilderClass() |
|
DeleteByteMatchSetRequest.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 byteMatchSetId()
The ByteMatchSetId of the ByteMatchSet that you want to delete. ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.
ByteMatchSetId of the ByteMatchSet that you want to delete.
ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.public String changeToken()
The value returned by the most recent call to GetChangeToken.
public DeleteByteMatchSetRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DeleteByteMatchSetRequest.Builder,DeleteByteMatchSetRequest>public static DeleteByteMatchSetRequest.Builder builder()
public static Class<? extends DeleteByteMatchSetRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.