@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateProvisionedProductRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateProvisionedProductRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateProvisionedProductRequest |
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 |
getPathId()
The identifier of the path to use in the updated ProvisionedProduct object.
|
String |
getProductId()
The identifier of the ProvisionedProduct object.
|
String |
getProvisionedProductId()
The identifier of the ProvisionedProduct object to update.
|
String |
getProvisionedProductName()
The updated name of the ProvisionedProduct object.
|
String |
getProvisioningArtifactId()
The provisioning artifact identifier for this product.
|
List<UpdateProvisioningParameter> |
getProvisioningParameters()
A list of
ProvisioningParameter objects used to update the ProvisionedProduct object. |
String |
getUpdateToken()
The idempotency token that uniquely identifies the provisioning update request.
|
int |
hashCode() |
void |
setAcceptLanguage(String acceptLanguage)
The language code.
|
void |
setPathId(String pathId)
The identifier of the path to use in the updated ProvisionedProduct object.
|
void |
setProductId(String productId)
The identifier of the ProvisionedProduct object.
|
void |
setProvisionedProductId(String provisionedProductId)
The identifier of the ProvisionedProduct object to update.
|
void |
setProvisionedProductName(String provisionedProductName)
The updated name of the ProvisionedProduct object.
|
void |
setProvisioningArtifactId(String provisioningArtifactId)
The provisioning artifact identifier for this product.
|
void |
setProvisioningParameters(Collection<UpdateProvisioningParameter> provisioningParameters)
A list of
ProvisioningParameter objects used to update the ProvisionedProduct object. |
void |
setUpdateToken(String updateToken)
The idempotency token that uniquely identifies the provisioning update request.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateProvisionedProductRequest |
withAcceptLanguage(String acceptLanguage)
The language code.
|
UpdateProvisionedProductRequest |
withPathId(String pathId)
The identifier of the path to use in the updated ProvisionedProduct object.
|
UpdateProvisionedProductRequest |
withProductId(String productId)
The identifier of the ProvisionedProduct object.
|
UpdateProvisionedProductRequest |
withProvisionedProductId(String provisionedProductId)
The identifier of the ProvisionedProduct object to update.
|
UpdateProvisionedProductRequest |
withProvisionedProductName(String provisionedProductName)
The updated name of the ProvisionedProduct object.
|
UpdateProvisionedProductRequest |
withProvisioningArtifactId(String provisioningArtifactId)
The provisioning artifact identifier for this product.
|
UpdateProvisionedProductRequest |
withProvisioningParameters(Collection<UpdateProvisioningParameter> provisioningParameters)
A list of
ProvisioningParameter objects used to update the ProvisionedProduct object. |
UpdateProvisionedProductRequest |
withProvisioningParameters(UpdateProvisioningParameter... provisioningParameters)
A list of
ProvisioningParameter objects used to update the ProvisionedProduct object. |
UpdateProvisionedProductRequest |
withUpdateToken(String updateToken)
The idempotency token that uniquely identifies the provisioning update request.
|
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.
en
- English (default)
jp
- Japanese
zh
- Chinese
acceptLanguage
- The language code.
en
- English (default)
jp
- Japanese
zh
- Chinese
public String getAcceptLanguage()
The language code.
en
- English (default)
jp
- Japanese
zh
- Chinese
en
- English (default)
jp
- Japanese
zh
- Chinese
public UpdateProvisionedProductRequest withAcceptLanguage(String acceptLanguage)
The language code.
en
- English (default)
jp
- Japanese
zh
- Chinese
acceptLanguage
- The language code.
en
- English (default)
jp
- Japanese
zh
- Chinese
public void setProvisionedProductName(String provisionedProductName)
The updated name of the ProvisionedProduct object. Specify either ProvisionedProductName
or
ProvisionedProductId
, but not both.
provisionedProductName
- The updated name of the ProvisionedProduct object. Specify either ProvisionedProductName
or
ProvisionedProductId
, but not both.public String getProvisionedProductName()
The updated name of the ProvisionedProduct object. Specify either ProvisionedProductName
or
ProvisionedProductId
, but not both.
ProvisionedProductName
or
ProvisionedProductId
, but not both.public UpdateProvisionedProductRequest withProvisionedProductName(String provisionedProductName)
The updated name of the ProvisionedProduct object. Specify either ProvisionedProductName
or
ProvisionedProductId
, but not both.
provisionedProductName
- The updated name of the ProvisionedProduct object. Specify either ProvisionedProductName
or
ProvisionedProductId
, but not both.public void setProvisionedProductId(String provisionedProductId)
The identifier of the ProvisionedProduct object to update. Specify either ProvisionedProductName
or
ProvisionedProductId
, but not both.
provisionedProductId
- The identifier of the ProvisionedProduct object to update. Specify either
ProvisionedProductName
or ProvisionedProductId
, but not both.public String getProvisionedProductId()
The identifier of the ProvisionedProduct object to update. Specify either ProvisionedProductName
or
ProvisionedProductId
, but not both.
ProvisionedProductName
or ProvisionedProductId
, but not both.public UpdateProvisionedProductRequest withProvisionedProductId(String provisionedProductId)
The identifier of the ProvisionedProduct object to update. Specify either ProvisionedProductName
or
ProvisionedProductId
, but not both.
provisionedProductId
- The identifier of the ProvisionedProduct object to update. Specify either
ProvisionedProductName
or ProvisionedProductId
, but not both.public void setProductId(String productId)
The identifier of the ProvisionedProduct object.
productId
- The identifier of the ProvisionedProduct object.public String getProductId()
The identifier of the ProvisionedProduct object.
public UpdateProvisionedProductRequest withProductId(String productId)
The identifier of the ProvisionedProduct object.
productId
- The identifier of the ProvisionedProduct object.public void setProvisioningArtifactId(String provisioningArtifactId)
The provisioning artifact identifier for this product. This is sometimes referred to as the product version.
provisioningArtifactId
- The provisioning artifact identifier for this product. This is sometimes referred to as the product
version.public String getProvisioningArtifactId()
The provisioning artifact identifier for this product. This is sometimes referred to as the product version.
public UpdateProvisionedProductRequest withProvisioningArtifactId(String provisioningArtifactId)
The provisioning artifact identifier for this product. This is sometimes referred to as the product version.
provisioningArtifactId
- The provisioning artifact identifier for this product. This is sometimes referred to as the product
version.public void setPathId(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.
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 String getPathId()
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 UpdateProvisionedProductRequest withPathId(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.
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> getProvisioningParameters()
A list of ProvisioningParameter
objects used to update the ProvisionedProduct object.
ProvisioningParameter
objects used to update the ProvisionedProduct object.public void setProvisioningParameters(Collection<UpdateProvisioningParameter> provisioningParameters)
A list of ProvisioningParameter
objects used to update the ProvisionedProduct object.
provisioningParameters
- A list of ProvisioningParameter
objects used to update the ProvisionedProduct object.public UpdateProvisionedProductRequest withProvisioningParameters(UpdateProvisioningParameter... provisioningParameters)
A list of ProvisioningParameter
objects used to update the ProvisionedProduct object.
NOTE: This method appends the values to the existing list (if any). Use
setProvisioningParameters(java.util.Collection)
or
withProvisioningParameters(java.util.Collection)
if you want to override the existing values.
provisioningParameters
- A list of ProvisioningParameter
objects used to update the ProvisionedProduct object.public UpdateProvisionedProductRequest withProvisioningParameters(Collection<UpdateProvisioningParameter> provisioningParameters)
A list of ProvisioningParameter
objects used to update the ProvisionedProduct object.
provisioningParameters
- A list of ProvisioningParameter
objects used to update the ProvisionedProduct object.public void setUpdateToken(String updateToken)
The idempotency token that uniquely identifies the provisioning update request.
updateToken
- The idempotency token that uniquely identifies the provisioning update request.public String getUpdateToken()
The idempotency token that uniquely identifies the provisioning update request.
public UpdateProvisionedProductRequest withUpdateToken(String updateToken)
The idempotency token that uniquely identifies the provisioning update request.
updateToken
- The idempotency token that uniquely identifies the provisioning update request.public String toString()
toString
in class Object
Object.toString()
public UpdateProvisionedProductRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.