Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateProvisionedProductRequest.Builder,UpdateProvisionedProductRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateProvisionedProductRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateProvisionedProductRequest.Builder,UpdateProvisionedProductRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateProvisionedProductRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
acceptLanguage() |
The language code to use for this operation.
|
static UpdateProvisionedProductRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
pathId() |
The identifier of the path to use in the updated ProvisionedProduct object.
|
String |
productId() |
The identifier of the ProvisionedProduct object.
|
String |
provisionedProductId() |
The identifier of the ProvisionedProduct object to update.
|
String |
provisionedProductName() |
The updated name of the ProvisionedProduct object.
|
String |
provisioningArtifactId() |
The provisioning artifact identifier for this product.
|
List<UpdateProvisioningParameter> |
provisioningParameters() |
A list of
ProvisioningParameter objects used to update the ProvisionedProduct object. |
static Class<? extends UpdateProvisionedProductRequest.Builder> |
serializableBuilderClass() |
|
UpdateProvisionedProductRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
updateToken() |
The idempotency token that uniquely identifies the provisioning update request.
|
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 provisionedProductName()
The updated name of the ProvisionedProduct object. Specify either ProvisionedProductName
or
ProvisionedProductId
, but not both.
ProvisionedProductName
or
ProvisionedProductId
, but not both.public String provisionedProductId()
The identifier of the ProvisionedProduct object to update. Specify either ProvisionedProductName
or
ProvisionedProductId
, but not both.
ProvisionedProductName
or ProvisionedProductId
, but not both.public String productId()
The identifier of the ProvisionedProduct object.
public String provisioningArtifactId()
The provisioning artifact identifier for this product. This is sometimes referred to as the product version.
public String pathId()
The identifier of the path to use in the updated ProvisionedProduct object. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.
public List<UpdateProvisioningParameter> provisioningParameters()
A list of ProvisioningParameter
objects used to update the ProvisionedProduct object.
ProvisioningParameter
objects used to update the ProvisionedProduct object.public String updateToken()
The idempotency token that uniquely identifies the provisioning update request.
public UpdateProvisionedProductRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateProvisionedProductRequest.Builder,UpdateProvisionedProductRequest>
public static UpdateProvisionedProductRequest.Builder builder()
public static Class<? extends UpdateProvisionedProductRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.