@Generated(value="software.amazon.awssdk:codegen") public final class CreateByteMatchSetResponse extends WafResponse implements ToCopyableBuilder<CreateByteMatchSetResponse.Builder,CreateByteMatchSetResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateByteMatchSetResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateByteMatchSetResponse.Builder |
builder() |
ByteMatchSet |
byteMatchSet()
A ByteMatchSet that contains no
ByteMatchTuple objects. |
String |
changeToken()
The
ChangeToken that you used to submit the CreateByteMatchSet request. |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateByteMatchSetResponse.Builder> |
serializableBuilderClass() |
CreateByteMatchSetResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic ByteMatchSet byteMatchSet()
A ByteMatchSet that contains no ByteMatchTuple objects.
ByteMatchTuple objects.public String changeToken()
The ChangeToken that you used to submit the CreateByteMatchSet request. You can also
use this value to query the status of the request. For more information, see GetChangeTokenStatus.
ChangeToken that you used to submit the CreateByteMatchSet request. You can
also use this value to query the status of the request. For more information, see
GetChangeTokenStatus.public CreateByteMatchSetResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateByteMatchSetResponse.Builder,CreateByteMatchSetResponse>toBuilder in class AwsResponsepublic static CreateByteMatchSetResponse.Builder builder()
public static Class<? extends CreateByteMatchSetResponse.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.