@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
Accessor token 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
Accessor token 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
Accessor token is created for. |
CreateAccessorRequest |
withNetworkType(String networkType)
The blockchain network that the
Accessor token 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, withSdkRequestTimeout
public 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
.
AccessorType
public String getAccessorType()
The type of accessor.
Currently, accessor type is restricted to BILLING_TOKEN
.
Currently, accessor type is restricted to BILLING_TOKEN
.
AccessorType
public 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
.
AccessorType
public 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
.
AccessorType
public 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.
Use the actual networkType
value for the blockchain network that you are creating the
Accessor
token for.
With the shut down of the Ethereum Goerli and Polygon Mumbai Testnet networks the following
networkType
values are no longer available for selection and use.
ETHEREUM_MAINNET_AND_GOERLI
ETHEREUM_GOERLI
POLYGON_MUMBAI
However, your existing Accessor
tokens with these networkType
values will remain
unchanged.
networkType
- The blockchain network that the Accessor
token is created for.
Use the actual networkType
value for the blockchain network that you are creating the
Accessor
token for.
With the shut down of the Ethereum Goerli and Polygon Mumbai Testnet networks the following
networkType
values are no longer available for selection and use.
ETHEREUM_MAINNET_AND_GOERLI
ETHEREUM_GOERLI
POLYGON_MUMBAI
However, your existing Accessor
tokens with these networkType
values will remain
unchanged.
AccessorNetworkType
public String getNetworkType()
The blockchain network that the Accessor
token is created for.
Use the actual networkType
value for the blockchain network that you are creating the
Accessor
token for.
With the shut down of the Ethereum Goerli and Polygon Mumbai Testnet networks the following
networkType
values are no longer available for selection and use.
ETHEREUM_MAINNET_AND_GOERLI
ETHEREUM_GOERLI
POLYGON_MUMBAI
However, your existing Accessor
tokens with these networkType
values will remain
unchanged.
Accessor
token is created for.
Use the actual networkType
value for the blockchain network that you are creating the
Accessor
token for.
With the shut down of the Ethereum Goerli and Polygon Mumbai Testnet networks the following
networkType
values are no longer available for selection and use.
ETHEREUM_MAINNET_AND_GOERLI
ETHEREUM_GOERLI
POLYGON_MUMBAI
However, your existing Accessor
tokens with these networkType
values will
remain unchanged.
AccessorNetworkType
public CreateAccessorRequest withNetworkType(String networkType)
The blockchain network that the Accessor
token is created for.
Use the actual networkType
value for the blockchain network that you are creating the
Accessor
token for.
With the shut down of the Ethereum Goerli and Polygon Mumbai Testnet networks the following
networkType
values are no longer available for selection and use.
ETHEREUM_MAINNET_AND_GOERLI
ETHEREUM_GOERLI
POLYGON_MUMBAI
However, your existing Accessor
tokens with these networkType
values will remain
unchanged.
networkType
- The blockchain network that the Accessor
token is created for.
Use the actual networkType
value for the blockchain network that you are creating the
Accessor
token for.
With the shut down of the Ethereum Goerli and Polygon Mumbai Testnet networks the following
networkType
values are no longer available for selection and use.
ETHEREUM_MAINNET_AND_GOERLI
ETHEREUM_GOERLI
POLYGON_MUMBAI
However, your existing Accessor
tokens with these networkType
values will remain
unchanged.
AccessorNetworkType
public CreateAccessorRequest withNetworkType(AccessorNetworkType networkType)
The blockchain network that the Accessor
token is created for.
Use the actual networkType
value for the blockchain network that you are creating the
Accessor
token for.
With the shut down of the Ethereum Goerli and Polygon Mumbai Testnet networks the following
networkType
values are no longer available for selection and use.
ETHEREUM_MAINNET_AND_GOERLI
ETHEREUM_GOERLI
POLYGON_MUMBAI
However, your existing Accessor
tokens with these networkType
values will remain
unchanged.
networkType
- The blockchain network that the Accessor
token is created for.
Use the actual networkType
value for the blockchain network that you are creating the
Accessor
token for.
With the shut down of the Ethereum Goerli and Polygon Mumbai Testnet networks the following
networkType
values are no longer available for selection and use.
ETHEREUM_MAINNET_AND_GOERLI
ETHEREUM_GOERLI
POLYGON_MUMBAI
However, your existing Accessor
tokens with these networkType
values will remain
unchanged.
AccessorNetworkType
public String toString()
toString
in class Object
Object.toString()
public CreateAccessorRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()