@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeProvisioningParametersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeProvisioningParametersRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeProvisioningParametersRequest |
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 path identifier of the product.
|
String |
getPathName()
The name of the path.
|
String |
getProductId()
The product identifier.
|
String |
getProductName()
The name of the product.
|
String |
getProvisioningArtifactId()
The identifier of the provisioning artifact.
|
String |
getProvisioningArtifactName()
The name of the provisioning artifact.
|
int |
hashCode() |
void |
setAcceptLanguage(String acceptLanguage)
The language code.
|
void |
setPathId(String pathId)
The path identifier of the product.
|
void |
setPathName(String pathName)
The name of the path.
|
void |
setProductId(String productId)
The product identifier.
|
void |
setProductName(String productName)
The name of the product.
|
void |
setProvisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact.
|
void |
setProvisioningArtifactName(String provisioningArtifactName)
The name of the provisioning artifact.
|
String |
toString()
Returns a string representation of this object.
|
DescribeProvisioningParametersRequest |
withAcceptLanguage(String acceptLanguage)
The language code.
|
DescribeProvisioningParametersRequest |
withPathId(String pathId)
The path identifier of the product.
|
DescribeProvisioningParametersRequest |
withPathName(String pathName)
The name of the path.
|
DescribeProvisioningParametersRequest |
withProductId(String productId)
The product identifier.
|
DescribeProvisioningParametersRequest |
withProductName(String productName)
The name of the product.
|
DescribeProvisioningParametersRequest |
withProvisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact.
|
DescribeProvisioningParametersRequest |
withProvisioningArtifactName(String provisioningArtifactName)
The name 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 DescribeProvisioningParametersRequest()
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 DescribeProvisioningParametersRequest 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. You must provide the product name or ID, but not both.
productId
- The product identifier. You must provide the product name or ID, but not both.public String getProductId()
The product identifier. You must provide the product name or ID, but not both.
public DescribeProvisioningParametersRequest withProductId(String productId)
The product identifier. You must provide the product name or ID, but not both.
productId
- The product identifier. You must provide the product name or ID, but not both.public void setProductName(String productName)
The name of the product. You must provide the name or ID, but not both.
productName
- The name of the product. You must provide the name or ID, but not both.public String getProductName()
The name of the product. You must provide the name or ID, but not both.
public DescribeProvisioningParametersRequest withProductName(String productName)
The name of the product. You must provide the name or ID, but not both.
productName
- The name of the product. You must provide the name or ID, but not both.public void setProvisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact. You must provide the name or ID, but not both.
provisioningArtifactId
- The identifier of the provisioning artifact. You must provide the name or ID, but not both.public String getProvisioningArtifactId()
The identifier of the provisioning artifact. You must provide the name or ID, but not both.
public DescribeProvisioningParametersRequest withProvisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact. You must provide the name or ID, but not both.
provisioningArtifactId
- The identifier of the provisioning artifact. You must provide the name or ID, but not both.public void setProvisioningArtifactName(String provisioningArtifactName)
The name of the provisioning artifact. You must provide the name or ID, but not both.
provisioningArtifactName
- The name of the provisioning artifact. You must provide the name or ID, but not both.public String getProvisioningArtifactName()
The name of the provisioning artifact. You must provide the name or ID, but not both.
public DescribeProvisioningParametersRequest withProvisioningArtifactName(String provisioningArtifactName)
The name of the provisioning artifact. You must provide the name or ID, but not both.
provisioningArtifactName
- The name of the provisioning artifact. You must provide the name or ID, but not both.public void setPathId(String pathId)
The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths. You must provide the name or ID, but not both.
pathId
- The path identifier of the product. This value is optional if the product has a default path, and required
if the product has more than one path. To list the paths for a product, use ListLaunchPaths. You
must provide the name or ID, but not both.public String getPathId()
The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths. You must provide the name or ID, but not both.
public DescribeProvisioningParametersRequest withPathId(String pathId)
The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths. You must provide the name or ID, but not both.
pathId
- The path identifier of the product. This value is optional if the product has a default path, and required
if the product has more than one path. To list the paths for a product, use ListLaunchPaths. You
must provide the name or ID, but not both.public void setPathName(String pathName)
The name of the path. You must provide the name or ID, but not both.
pathName
- The name of the path. You must provide the name or ID, but not both.public String getPathName()
The name of the path. You must provide the name or ID, but not both.
public DescribeProvisioningParametersRequest withPathName(String pathName)
The name of the path. You must provide the name or ID, but not both.
pathName
- The name of the path. You must provide the name or ID, but not both.public String toString()
toString
in class Object
Object.toString()
public DescribeProvisioningParametersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()