@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportAsProvisionedProductRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ImportAsProvisionedProductRequest() |
Modifier and Type | Method and Description |
---|---|
ImportAsProvisionedProductRequest |
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.
|
String |
getPhysicalId()
The unique identifier of the resource to be imported.
|
String |
getProductId()
The product identifier.
|
String |
getProvisionedProductName()
The user-friendly name of the provisioned product.
|
String |
getProvisioningArtifactId()
The identifier of the provisioning artifact.
|
int |
hashCode() |
void |
setAcceptLanguage(String acceptLanguage)
The language code.
|
void |
setIdempotencyToken(String idempotencyToken)
A unique identifier that you provide to ensure idempotency.
|
void |
setPhysicalId(String physicalId)
The unique identifier of the resource to be imported.
|
void |
setProductId(String productId)
The product identifier.
|
void |
setProvisionedProductName(String provisionedProductName)
The user-friendly name of the provisioned product.
|
void |
setProvisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact.
|
String |
toString()
Returns a string representation of this object.
|
ImportAsProvisionedProductRequest |
withAcceptLanguage(String acceptLanguage)
The language code.
|
ImportAsProvisionedProductRequest |
withIdempotencyToken(String idempotencyToken)
A unique identifier that you provide to ensure idempotency.
|
ImportAsProvisionedProductRequest |
withPhysicalId(String physicalId)
The unique identifier of the resource to be imported.
|
ImportAsProvisionedProductRequest |
withProductId(String productId)
The product identifier.
|
ImportAsProvisionedProductRequest |
withProvisionedProductName(String provisionedProductName)
The user-friendly name of the provisioned product.
|
ImportAsProvisionedProductRequest |
withProvisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact.
|
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 ImportAsProvisionedProductRequest 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 ImportAsProvisionedProductRequest withProductId(String productId)
The product identifier.
productId
- The product identifier.public void setProvisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact.
provisioningArtifactId
- The identifier of the provisioning artifact.public String getProvisioningArtifactId()
The identifier of the provisioning artifact.
public ImportAsProvisionedProductRequest withProvisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact.
provisioningArtifactId
- The identifier of the provisioning artifact.public void setProvisionedProductName(String provisionedProductName)
The user-friendly name of the provisioned product. The value must be unique for the Amazon Web Services account. The name cannot be updated after the product is provisioned.
provisionedProductName
- The user-friendly name of the provisioned product. The value must be unique for the Amazon Web Services
account. The name cannot be updated after the product is provisioned.public String getProvisionedProductName()
The user-friendly name of the provisioned product. The value must be unique for the Amazon Web Services account. The name cannot be updated after the product is provisioned.
public ImportAsProvisionedProductRequest withProvisionedProductName(String provisionedProductName)
The user-friendly name of the provisioned product. The value must be unique for the Amazon Web Services account. The name cannot be updated after the product is provisioned.
provisionedProductName
- The user-friendly name of the provisioned product. The value must be unique for the Amazon Web Services
account. The name cannot be updated after the product is provisioned.public void setPhysicalId(String physicalId)
The unique identifier of the resource to be imported. It only currently supports CloudFormation stack IDs.
physicalId
- The unique identifier of the resource to be imported. It only currently supports CloudFormation stack IDs.public String getPhysicalId()
The unique identifier of the resource to be imported. It only currently supports CloudFormation stack IDs.
public ImportAsProvisionedProductRequest withPhysicalId(String physicalId)
The unique identifier of the resource to be imported. It only currently supports CloudFormation stack IDs.
physicalId
- The unique identifier of the resource to be imported. It only currently supports CloudFormation stack IDs.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 ImportAsProvisionedProductRequest 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 ImportAsProvisionedProductRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()