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