@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAccessorRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| CreateAccessorRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateAccessorRequest | addTagsEntry(String key,
            String value)Add a single Tags entry | 
| CreateAccessorRequest | clearTagsEntries()Removes all the entries added into Tags. | 
| CreateAccessorRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getAccessorType()
 The type of accessor. | 
| String | getClientRequestToken()
 This is a unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. | 
| String | getNetworkType()
 The blockchain network that the  Accessortoken is created for. | 
| Map<String,String> | getTags()
 Tags to assign to the Accessor. | 
| int | hashCode() | 
| void | setAccessorType(String accessorType)
 The type of accessor. | 
| void | setClientRequestToken(String clientRequestToken)
 This is a unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. | 
| void | setNetworkType(String networkType)
 The blockchain network that the  Accessortoken is created for. | 
| void | setTags(Map<String,String> tags)
 Tags to assign to the Accessor. | 
| String | toString()Returns a string representation of this object. | 
| CreateAccessorRequest | withAccessorType(AccessorType accessorType)
 The type of accessor. | 
| CreateAccessorRequest | withAccessorType(String accessorType)
 The type of accessor. | 
| CreateAccessorRequest | withClientRequestToken(String clientRequestToken)
 This is a unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. | 
| CreateAccessorRequest | withNetworkType(AccessorNetworkType networkType)
 The blockchain network that the  Accessortoken is created for. | 
| CreateAccessorRequest | withNetworkType(String networkType)
 The blockchain network that the  Accessortoken is created for. | 
| CreateAccessorRequest | withTags(Map<String,String> tags)
 Tags to assign to the Accessor. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setClientRequestToken(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.
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 String getClientRequestToken()
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 CreateAccessorRequest withClientRequestToken(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.
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 void setAccessorType(String accessorType)
The type of accessor.
 Currently, accessor type is restricted to BILLING_TOKEN.
 
accessorType - The type of accessor. 
        Currently, accessor type is restricted to BILLING_TOKEN.
        
AccessorTypepublic String getAccessorType()
The type of accessor.
 Currently, accessor type is restricted to BILLING_TOKEN.
 
         Currently, accessor type is restricted to BILLING_TOKEN.
         
AccessorTypepublic CreateAccessorRequest withAccessorType(String accessorType)
The type of accessor.
 Currently, accessor type is restricted to BILLING_TOKEN.
 
accessorType - The type of accessor. 
        Currently, accessor type is restricted to BILLING_TOKEN.
        
AccessorTypepublic CreateAccessorRequest withAccessorType(AccessorType accessorType)
The type of accessor.
 Currently, accessor type is restricted to BILLING_TOKEN.
 
accessorType - The type of accessor. 
        Currently, accessor type is restricted to BILLING_TOKEN.
        
AccessorTypepublic Map<String,String> getTags()
Tags to assign to the Accessor.
Each tag consists of a key and an optional value. You can specify multiple key-value pairs in a single request with an overall maximum of 50 tags allowed per resource.
For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
Each tag consists of a key and an optional value. You can specify multiple key-value pairs in a single request with an overall maximum of 50 tags allowed per resource.
For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
public void setTags(Map<String,String> tags)
Tags to assign to the Accessor.
Each tag consists of a key and an optional value. You can specify multiple key-value pairs in a single request with an overall maximum of 50 tags allowed per resource.
For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
tags - Tags to assign to the Accessor.
        Each tag consists of a key and an optional value. You can specify multiple key-value pairs in a single request with an overall maximum of 50 tags allowed per resource.
For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
public CreateAccessorRequest withTags(Map<String,String> tags)
Tags to assign to the Accessor.
Each tag consists of a key and an optional value. You can specify multiple key-value pairs in a single request with an overall maximum of 50 tags allowed per resource.
For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
tags - Tags to assign to the Accessor.
        Each tag consists of a key and an optional value. You can specify multiple key-value pairs in a single request with an overall maximum of 50 tags allowed per resource.
For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
public CreateAccessorRequest addTagsEntry(String key, String value)
public CreateAccessorRequest clearTagsEntries()
public void setNetworkType(String networkType)
 The blockchain network that the Accessor token is created for.
 
 We recommend using the appropriate networkType value for the blockchain network that you are
 creating the Accessor token for. You cannnot use the value ETHEREUM_MAINNET_AND_GOERLI
 to specify a networkType for your Accessor token.
 
 The default value of ETHEREUM_MAINNET_AND_GOERLI is only applied:
 
 when the CreateAccessor action does not set a networkType.
 
 to all existing Accessor tokens that were created before the networkType property was
 introduced.
 
networkType - The blockchain network that the Accessor token is created for. 
        We recommend using the appropriate networkType value for the blockchain network that you are
        creating the Accessor token for. You cannnot use the value
        ETHEREUM_MAINNET_AND_GOERLI to specify a networkType for your Accessor token.
        
        The default value of ETHEREUM_MAINNET_AND_GOERLI is only applied:
        
        when the CreateAccessor action does not set a networkType.
        
        to all existing Accessor tokens that were created before the networkType
        property was introduced.
        
AccessorNetworkTypepublic String getNetworkType()
 The blockchain network that the Accessor token is created for.
 
 We recommend using the appropriate networkType value for the blockchain network that you are
 creating the Accessor token for. You cannnot use the value ETHEREUM_MAINNET_AND_GOERLI
 to specify a networkType for your Accessor token.
 
 The default value of ETHEREUM_MAINNET_AND_GOERLI is only applied:
 
 when the CreateAccessor action does not set a networkType.
 
 to all existing Accessor tokens that were created before the networkType property was
 introduced.
 
Accessor token is created for. 
         We recommend using the appropriate networkType value for the blockchain network that you are
         creating the Accessor token for. You cannnot use the value
         ETHEREUM_MAINNET_AND_GOERLI to specify a networkType for your Accessor token.
         
         The default value of ETHEREUM_MAINNET_AND_GOERLI is only applied:
         
         when the CreateAccessor action does not set a networkType.
         
         to all existing Accessor tokens that were created before the networkType
         property was introduced.
         
AccessorNetworkTypepublic CreateAccessorRequest withNetworkType(String networkType)
 The blockchain network that the Accessor token is created for.
 
 We recommend using the appropriate networkType value for the blockchain network that you are
 creating the Accessor token for. You cannnot use the value ETHEREUM_MAINNET_AND_GOERLI
 to specify a networkType for your Accessor token.
 
 The default value of ETHEREUM_MAINNET_AND_GOERLI is only applied:
 
 when the CreateAccessor action does not set a networkType.
 
 to all existing Accessor tokens that were created before the networkType property was
 introduced.
 
networkType - The blockchain network that the Accessor token is created for. 
        We recommend using the appropriate networkType value for the blockchain network that you are
        creating the Accessor token for. You cannnot use the value
        ETHEREUM_MAINNET_AND_GOERLI to specify a networkType for your Accessor token.
        
        The default value of ETHEREUM_MAINNET_AND_GOERLI is only applied:
        
        when the CreateAccessor action does not set a networkType.
        
        to all existing Accessor tokens that were created before the networkType
        property was introduced.
        
AccessorNetworkTypepublic CreateAccessorRequest withNetworkType(AccessorNetworkType networkType)
 The blockchain network that the Accessor token is created for.
 
 We recommend using the appropriate networkType value for the blockchain network that you are
 creating the Accessor token for. You cannnot use the value ETHEREUM_MAINNET_AND_GOERLI
 to specify a networkType for your Accessor token.
 
 The default value of ETHEREUM_MAINNET_AND_GOERLI is only applied:
 
 when the CreateAccessor action does not set a networkType.
 
 to all existing Accessor tokens that were created before the networkType property was
 introduced.
 
networkType - The blockchain network that the Accessor token is created for. 
        We recommend using the appropriate networkType value for the blockchain network that you are
        creating the Accessor token for. You cannnot use the value
        ETHEREUM_MAINNET_AND_GOERLI to specify a networkType for your Accessor token.
        
        The default value of ETHEREUM_MAINNET_AND_GOERLI is only applied:
        
        when the CreateAccessor action does not set a networkType.
        
        to all existing Accessor tokens that were created before the networkType
        property was introduced.
        
AccessorNetworkTypepublic String toString()
toString in class ObjectObject.toString()public CreateAccessorRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()