@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeProvisionedProductRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DescribeProvisionedProductRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeProvisionedProductRequest | 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 | getId()
 The provisioned product identifier. | 
| String | getName()
 The name of the provisioned product. | 
| int | hashCode() | 
| void | setAcceptLanguage(String acceptLanguage)
 The language code. | 
| void | setId(String id)
 The provisioned product identifier. | 
| void | setName(String name)
 The name of the provisioned product. | 
| String | toString()Returns a string representation of this object. | 
| DescribeProvisionedProductRequest | withAcceptLanguage(String acceptLanguage)
 The language code. | 
| DescribeProvisionedProductRequest | withId(String id)
 The provisioned product identifier. | 
| DescribeProvisionedProductRequest | withName(String name)
 The name of the provisioned product. | 
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.
 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 DescribeProvisionedProductRequest withAcceptLanguage(String acceptLanguage)
The language code.
 jp - Japanese
 
 zh - Chinese
 
acceptLanguage - The language code.
        
        jp - Japanese
        
        zh - Chinese
        
public void setId(String id)
The provisioned product identifier. You must provide the name or ID, but not both.
 If you do not provide a name or ID, or you provide both name and ID, an InvalidParametersException
 will occur.
 
id - The provisioned product identifier. You must provide the name or ID, but not both.
        
        If you do not provide a name or ID, or you provide both name and ID, an
        InvalidParametersException will occur.
public String getId()
The provisioned product identifier. You must provide the name or ID, but not both.
 If you do not provide a name or ID, or you provide both name and ID, an InvalidParametersException
 will occur.
 
         If you do not provide a name or ID, or you provide both name and ID, an
         InvalidParametersException will occur.
public DescribeProvisionedProductRequest withId(String id)
The provisioned product identifier. You must provide the name or ID, but not both.
 If you do not provide a name or ID, or you provide both name and ID, an InvalidParametersException
 will occur.
 
id - The provisioned product identifier. You must provide the name or ID, but not both.
        
        If you do not provide a name or ID, or you provide both name and ID, an
        InvalidParametersException will occur.
public void setName(String name)
The name of the provisioned product. You must provide the name or ID, but not both.
 If you do not provide a name or ID, or you provide both name and ID, an InvalidParametersException
 will occur.
 
name - The name of the provisioned product. You must provide the name or ID, but not both.
        
        If you do not provide a name or ID, or you provide both name and ID, an
        InvalidParametersException will occur.
public String getName()
The name of the provisioned product. You must provide the name or ID, but not both.
 If you do not provide a name or ID, or you provide both name and ID, an InvalidParametersException
 will occur.
 
         If you do not provide a name or ID, or you provide both name and ID, an
         InvalidParametersException will occur.
public DescribeProvisionedProductRequest withName(String name)
The name of the provisioned product. You must provide the name or ID, but not both.
 If you do not provide a name or ID, or you provide both name and ID, an InvalidParametersException
 will occur.
 
name - The name of the provisioned product. You must provide the name or ID, but not both.
        
        If you do not provide a name or ID, or you provide both name and ID, an
        InvalidParametersException will occur.
public String toString()
toString in class ObjectObject.toString()public DescribeProvisionedProductRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()