Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateProvisioningArtifactRequest.Builder,CreateProvisioningArtifactRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateProvisioningArtifactRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateProvisioningArtifactRequest.Builder,CreateProvisioningArtifactRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateProvisioningArtifactRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
acceptLanguage() |
The language code to use for this operation.
|
static CreateProvisioningArtifactRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
idempotencyToken() |
A token to disambiguate duplicate requests.
|
ProvisioningArtifactProperties |
parameters() |
The parameters to use when creating the new provisioning artifact.
|
String |
productId() |
The product identifier.
|
static Class<? extends CreateProvisioningArtifactRequest.Builder> |
serializableBuilderClass() |
|
CreateProvisioningArtifactRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String acceptLanguage()
The language code to use for this operation. Supported language codes are as follows:
"en" (English)
"jp" (Japanese)
"zh" (Chinese)
If no code is specified, "en" is used as the default.
"en" (English)
"jp" (Japanese)
"zh" (Chinese)
If no code is specified, "en" is used as the default.
public String productId()
The product identifier.
public ProvisioningArtifactProperties parameters()
The parameters to use when creating the new provisioning artifact.
public String idempotencyToken()
A token to disambiguate duplicate requests. You can create multiple resources using the same input in multiple requests, provided that you also specify a different idempotency token for each request.
public CreateProvisioningArtifactRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateProvisioningArtifactRequest.Builder,CreateProvisioningArtifactRequest>
public static CreateProvisioningArtifactRequest.Builder builder()
public static Class<? extends CreateProvisioningArtifactRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.