@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeProvisioningArtifactRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeProvisioningArtifactRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeProvisioningArtifactRequest |
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 |
getProductId()
The product identifier.
|
String |
getProvisioningArtifactId()
The identifier of the provisioning artifact.
|
Boolean |
getVerbose()
Enable a verbose level of details for the provisioning artifact.
|
int |
hashCode() |
Boolean |
isVerbose()
Enable a verbose level of details for the provisioning artifact.
|
void |
setAcceptLanguage(String acceptLanguage)
The language code.
|
void |
setProductId(String productId)
The product identifier.
|
void |
setProvisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact.
|
void |
setVerbose(Boolean verbose)
Enable a verbose level of details for the provisioning artifact.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeProvisioningArtifactRequest |
withAcceptLanguage(String acceptLanguage)
The language code.
|
DescribeProvisioningArtifactRequest |
withProductId(String productId)
The product identifier.
|
DescribeProvisioningArtifactRequest |
withProvisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact.
|
DescribeProvisioningArtifactRequest |
withVerbose(Boolean verbose)
Enable a verbose level of details for 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, withSdkRequestTimeoutpublic 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 DescribeProvisioningArtifactRequest 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 setProvisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact. This is sometimes referred to as the product version.
provisioningArtifactId - The identifier of the provisioning artifact. This is sometimes referred to as the product version.public String getProvisioningArtifactId()
The identifier of the provisioning artifact. This is sometimes referred to as the product version.
public DescribeProvisioningArtifactRequest withProvisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact. This is sometimes referred to as the product version.
provisioningArtifactId - The identifier of the provisioning artifact. This is sometimes referred to as the product version.public void setProductId(String productId)
The product identifier.
productId - The product identifier.public String getProductId()
The product identifier.
public DescribeProvisioningArtifactRequest withProductId(String productId)
The product identifier.
productId - The product identifier.public void setVerbose(Boolean verbose)
Enable a verbose level of details for the provisioning artifact.
verbose - Enable a verbose level of details for the provisioning artifact.public Boolean getVerbose()
Enable a verbose level of details for the provisioning artifact.
public DescribeProvisioningArtifactRequest withVerbose(Boolean verbose)
Enable a verbose level of details for the provisioning artifact.
verbose - Enable a verbose level of details for the provisioning artifact.public Boolean isVerbose()
Enable a verbose level of details for the provisioning artifact.
public String toString()
toString in class ObjectObject.toString()public DescribeProvisioningArtifactRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.