@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.
|
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 |
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 |
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 String toString()
toString
in class Object
Object.toString()
public CreateAccessorRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()