@Generated(value="software.amazon.awssdk:codegen") public final class CreateAccessorRequest extends ManagedBlockchainRequest implements ToCopyableBuilder<CreateAccessorRequest.Builder,CreateAccessorRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateAccessorRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
AccessorType |
accessorType()
The type of accessor.
|
String |
accessorTypeAsString()
The type of accessor.
|
static CreateAccessorRequest.Builder |
builder() |
String |
clientRequestToken()
This is a unique, case-sensitive identifier that you provide to ensure the idempotency of the operation.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateAccessorRequest.Builder> |
serializableBuilderClass() |
CreateAccessorRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clientRequestToken()
This is a unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than once. This identifier is required only if you make a service request directly using an HTTP client. It is generated automatically if you use an Amazon Web Services SDK or the Amazon Web Services CLI.
public final AccessorType accessorType()
The type of accessor.
Currently accessor type is restricted to BILLING_TOKEN.
If the service returns an enum value that is not available in the current SDK version, accessorType will
return AccessorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
accessorTypeAsString().
Currently accessor type is restricted to BILLING_TOKEN.
AccessorTypepublic final String accessorTypeAsString()
The type of accessor.
Currently accessor type is restricted to BILLING_TOKEN.
If the service returns an enum value that is not available in the current SDK version, accessorType will
return AccessorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
accessorTypeAsString().
Currently accessor type is restricted to BILLING_TOKEN.
AccessorTypepublic CreateAccessorRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateAccessorRequest.Builder,CreateAccessorRequest>toBuilder in class ManagedBlockchainRequestpublic static CreateAccessorRequest.Builder builder()
public static Class<? extends CreateAccessorRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.