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