@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.
|
Boolean |
getIncludeProvisioningArtifactParameters()
Indicates if the API call response does or does not include additional details about the provisioning parameters.
|
String |
getProductId()
The product identifier.
|
String |
getProductName()
The product name.
|
String |
getProvisioningArtifactId()
The identifier of the provisioning artifact.
|
String |
getProvisioningArtifactName()
The provisioning artifact name.
|
Boolean |
getVerbose()
Indicates whether a verbose level of detail is enabled.
|
int |
hashCode() |
Boolean |
isIncludeProvisioningArtifactParameters()
Indicates if the API call response does or does not include additional details about the provisioning parameters.
|
Boolean |
isVerbose()
Indicates whether a verbose level of detail is enabled.
|
void |
setAcceptLanguage(String acceptLanguage)
The language code.
|
void |
setIncludeProvisioningArtifactParameters(Boolean includeProvisioningArtifactParameters)
Indicates if the API call response does or does not include additional details about the provisioning parameters.
|
void |
setProductId(String productId)
The product identifier.
|
void |
setProductName(String productName)
The product name.
|
void |
setProvisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact.
|
void |
setProvisioningArtifactName(String provisioningArtifactName)
The provisioning artifact name.
|
void |
setVerbose(Boolean verbose)
Indicates whether a verbose level of detail is enabled.
|
String |
toString()
Returns a string representation of this object.
|
DescribeProvisioningArtifactRequest |
withAcceptLanguage(String acceptLanguage)
The language code.
|
DescribeProvisioningArtifactRequest |
withIncludeProvisioningArtifactParameters(Boolean includeProvisioningArtifactParameters)
Indicates if the API call response does or does not include additional details about the provisioning parameters.
|
DescribeProvisioningArtifactRequest |
withProductId(String productId)
The product identifier.
|
DescribeProvisioningArtifactRequest |
withProductName(String productName)
The product name.
|
DescribeProvisioningArtifactRequest |
withProvisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact.
|
DescribeProvisioningArtifactRequest |
withProvisioningArtifactName(String provisioningArtifactName)
The provisioning artifact name.
|
DescribeProvisioningArtifactRequest |
withVerbose(Boolean verbose)
Indicates whether a verbose level of detail is enabled.
|
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 DescribeProvisioningArtifactRequest withAcceptLanguage(String acceptLanguage)
The language code.
jp
- Japanese
zh
- Chinese
acceptLanguage
- The language code.
jp
- Japanese
zh
- Chinese
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 DescribeProvisioningArtifactRequest withProvisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact.
provisioningArtifactId
- The identifier of the provisioning artifact.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 setProvisioningArtifactName(String provisioningArtifactName)
The provisioning artifact name.
provisioningArtifactName
- The provisioning artifact name.public String getProvisioningArtifactName()
The provisioning artifact name.
public DescribeProvisioningArtifactRequest withProvisioningArtifactName(String provisioningArtifactName)
The provisioning artifact name.
provisioningArtifactName
- The provisioning artifact name.public void setProductName(String productName)
The product name.
productName
- The product name.public String getProductName()
The product name.
public DescribeProvisioningArtifactRequest withProductName(String productName)
The product name.
productName
- The product name.public void setVerbose(Boolean verbose)
Indicates whether a verbose level of detail is enabled.
verbose
- Indicates whether a verbose level of detail is enabled.public Boolean getVerbose()
Indicates whether a verbose level of detail is enabled.
public DescribeProvisioningArtifactRequest withVerbose(Boolean verbose)
Indicates whether a verbose level of detail is enabled.
verbose
- Indicates whether a verbose level of detail is enabled.public Boolean isVerbose()
Indicates whether a verbose level of detail is enabled.
public void setIncludeProvisioningArtifactParameters(Boolean includeProvisioningArtifactParameters)
Indicates if the API call response does or does not include additional details about the provisioning parameters.
includeProvisioningArtifactParameters
- Indicates if the API call response does or does not include additional details about the provisioning
parameters.public Boolean getIncludeProvisioningArtifactParameters()
Indicates if the API call response does or does not include additional details about the provisioning parameters.
public DescribeProvisioningArtifactRequest withIncludeProvisioningArtifactParameters(Boolean includeProvisioningArtifactParameters)
Indicates if the API call response does or does not include additional details about the provisioning parameters.
includeProvisioningArtifactParameters
- Indicates if the API call response does or does not include additional details about the provisioning
parameters.public Boolean isIncludeProvisioningArtifactParameters()
Indicates if the API call response does or does not include additional details about the provisioning parameters.
public String toString()
toString
in class Object
Object.toString()
public DescribeProvisioningArtifactRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()