@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateProvisioningArtifactRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateProvisioningArtifactRequest() |
Modifier and Type | Method and Description |
---|---|
CreateProvisioningArtifactRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAcceptLanguage()
The language code.
|
String |
getIdempotencyToken()
A unique identifier that you provide to ensure idempotency.
|
ProvisioningArtifactProperties |
getParameters()
The configuration for the provisioning artifact.
|
String |
getProductId()
The product identifier.
|
int |
hashCode() |
void |
setAcceptLanguage(String acceptLanguage)
The language code.
|
void |
setIdempotencyToken(String idempotencyToken)
A unique identifier that you provide to ensure idempotency.
|
void |
setParameters(ProvisioningArtifactProperties parameters)
The configuration for the provisioning artifact.
|
void |
setProductId(String productId)
The product identifier.
|
String |
toString()
Returns a string representation of this object.
|
CreateProvisioningArtifactRequest |
withAcceptLanguage(String acceptLanguage)
The language code.
|
CreateProvisioningArtifactRequest |
withIdempotencyToken(String idempotencyToken)
A unique identifier that you provide to ensure idempotency.
|
CreateProvisioningArtifactRequest |
withParameters(ProvisioningArtifactProperties parameters)
The configuration for the provisioning artifact.
|
CreateProvisioningArtifactRequest |
withProductId(String productId)
The product identifier.
|
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 setAcceptLanguage(String acceptLanguage)
The language code.
jp
- Japanese
zh
- Chinese
acceptLanguage
- The language code.
jp
- Japanese
zh
- Chinese
public String getAcceptLanguage()
The language code.
jp
- Japanese
zh
- Chinese
jp
- Japanese
zh
- Chinese
public CreateProvisioningArtifactRequest withAcceptLanguage(String acceptLanguage)
The language code.
jp
- Japanese
zh
- Chinese
acceptLanguage
- The language code.
jp
- Japanese
zh
- Chinese
public void setProductId(String productId)
The product identifier.
productId
- The product identifier.public String getProductId()
The product identifier.
public CreateProvisioningArtifactRequest withProductId(String productId)
The product identifier.
productId
- The product identifier.public void setParameters(ProvisioningArtifactProperties parameters)
The configuration for the provisioning artifact.
parameters
- The configuration for the provisioning artifact.public ProvisioningArtifactProperties getParameters()
The configuration for the provisioning artifact.
public CreateProvisioningArtifactRequest withParameters(ProvisioningArtifactProperties parameters)
The configuration for the provisioning artifact.
parameters
- The configuration for the provisioning artifact.public void setIdempotencyToken(String idempotencyToken)
A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.
idempotencyToken
- A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the
idempotency token, the same response is returned for each repeated request.public String getIdempotencyToken()
A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.
public CreateProvisioningArtifactRequest withIdempotencyToken(String idempotencyToken)
A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.
idempotencyToken
- A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the
idempotency token, the same response is returned for each repeated request.public String toString()
toString
in class Object
Object.toString()
public CreateProvisioningArtifactRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()