@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateProvisionedProductPlanRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateProvisionedProductPlanRequest() |
Modifier and Type | Method and Description |
---|---|
CreateProvisionedProductPlanRequest |
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.
|
List<String> |
getNotificationArns()
Passed to CloudFormation.
|
String |
getPathId()
The path identifier of the product.
|
String |
getPlanName()
The name of the plan.
|
String |
getPlanType()
The plan type.
|
String |
getProductId()
The product identifier.
|
String |
getProvisionedProductName()
A user-friendly name for the provisioned product.
|
String |
getProvisioningArtifactId()
The identifier of the provisioning artifact.
|
List<UpdateProvisioningParameter> |
getProvisioningParameters()
Parameters specified by the administrator that are required for provisioning the product.
|
List<Tag> |
getTags()
One or more tags.
|
int |
hashCode() |
void |
setAcceptLanguage(String acceptLanguage)
The language code.
|
void |
setIdempotencyToken(String idempotencyToken)
A unique identifier that you provide to ensure idempotency.
|
void |
setNotificationArns(Collection<String> notificationArns)
Passed to CloudFormation.
|
void |
setPathId(String pathId)
The path identifier of the product.
|
void |
setPlanName(String planName)
The name of the plan.
|
void |
setPlanType(String planType)
The plan type.
|
void |
setProductId(String productId)
The product identifier.
|
void |
setProvisionedProductName(String provisionedProductName)
A user-friendly name for the provisioned product.
|
void |
setProvisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact.
|
void |
setProvisioningParameters(Collection<UpdateProvisioningParameter> provisioningParameters)
Parameters specified by the administrator that are required for provisioning the product.
|
void |
setTags(Collection<Tag> tags)
One or more tags.
|
String |
toString()
Returns a string representation of this object.
|
CreateProvisionedProductPlanRequest |
withAcceptLanguage(String acceptLanguage)
The language code.
|
CreateProvisionedProductPlanRequest |
withIdempotencyToken(String idempotencyToken)
A unique identifier that you provide to ensure idempotency.
|
CreateProvisionedProductPlanRequest |
withNotificationArns(Collection<String> notificationArns)
Passed to CloudFormation.
|
CreateProvisionedProductPlanRequest |
withNotificationArns(String... notificationArns)
Passed to CloudFormation.
|
CreateProvisionedProductPlanRequest |
withPathId(String pathId)
The path identifier of the product.
|
CreateProvisionedProductPlanRequest |
withPlanName(String planName)
The name of the plan.
|
CreateProvisionedProductPlanRequest |
withPlanType(ProvisionedProductPlanType planType)
The plan type.
|
CreateProvisionedProductPlanRequest |
withPlanType(String planType)
The plan type.
|
CreateProvisionedProductPlanRequest |
withProductId(String productId)
The product identifier.
|
CreateProvisionedProductPlanRequest |
withProvisionedProductName(String provisionedProductName)
A user-friendly name for the provisioned product.
|
CreateProvisionedProductPlanRequest |
withProvisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact.
|
CreateProvisionedProductPlanRequest |
withProvisioningParameters(Collection<UpdateProvisioningParameter> provisioningParameters)
Parameters specified by the administrator that are required for provisioning the product.
|
CreateProvisionedProductPlanRequest |
withProvisioningParameters(UpdateProvisioningParameter... provisioningParameters)
Parameters specified by the administrator that are required for provisioning the product.
|
CreateProvisionedProductPlanRequest |
withTags(Collection<Tag> tags)
One or more tags.
|
CreateProvisionedProductPlanRequest |
withTags(Tag... tags)
One or more tags.
|
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 CreateProvisionedProductPlanRequest withAcceptLanguage(String acceptLanguage)
The language code.
jp
- Japanese
zh
- Chinese
acceptLanguage
- The language code.
jp
- Japanese
zh
- Chinese
public void setPlanName(String planName)
The name of the plan.
planName
- The name of the plan.public String getPlanName()
The name of the plan.
public CreateProvisionedProductPlanRequest withPlanName(String planName)
The name of the plan.
planName
- The name of the plan.public void setPlanType(String planType)
The plan type.
planType
- The plan type.ProvisionedProductPlanType
public String getPlanType()
The plan type.
ProvisionedProductPlanType
public CreateProvisionedProductPlanRequest withPlanType(String planType)
The plan type.
planType
- The plan type.ProvisionedProductPlanType
public CreateProvisionedProductPlanRequest withPlanType(ProvisionedProductPlanType planType)
The plan type.
planType
- The plan type.ProvisionedProductPlanType
public List<String> getNotificationArns()
Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.
public void setNotificationArns(Collection<String> notificationArns)
Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.
notificationArns
- Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.public CreateProvisionedProductPlanRequest withNotificationArns(String... notificationArns)
Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.
NOTE: This method appends the values to the existing list (if any). Use
setNotificationArns(java.util.Collection)
or withNotificationArns(java.util.Collection)
if you
want to override the existing values.
notificationArns
- Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.public CreateProvisionedProductPlanRequest withNotificationArns(Collection<String> notificationArns)
Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.
notificationArns
- Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.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.
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.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.
public CreateProvisionedProductPlanRequest 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.
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.public void setProductId(String productId)
The product identifier.
productId
- The product identifier.public String getProductId()
The product identifier.
public CreateProvisionedProductPlanRequest withProductId(String productId)
The product identifier.
productId
- The product identifier.public void setProvisionedProductName(String provisionedProductName)
A user-friendly name for the provisioned product. This value must be unique for the Amazon Web Services account and cannot be updated after the product is provisioned.
provisionedProductName
- A user-friendly name for the provisioned product. This value must be unique for the Amazon Web Services
account and cannot be updated after the product is provisioned.public String getProvisionedProductName()
A user-friendly name for the provisioned product. This value must be unique for the Amazon Web Services account and cannot be updated after the product is provisioned.
public CreateProvisionedProductPlanRequest withProvisionedProductName(String provisionedProductName)
A user-friendly name for the provisioned product. This value must be unique for the Amazon Web Services account and cannot be updated after the product is provisioned.
provisionedProductName
- A user-friendly name for the provisioned product. This value must be unique for the Amazon Web Services
account and cannot be updated after the product is provisioned.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 CreateProvisionedProductPlanRequest withProvisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact.
provisioningArtifactId
- The identifier of the provisioning artifact.public List<UpdateProvisioningParameter> getProvisioningParameters()
Parameters specified by the administrator that are required for provisioning the product.
public void setProvisioningParameters(Collection<UpdateProvisioningParameter> provisioningParameters)
Parameters specified by the administrator that are required for provisioning the product.
provisioningParameters
- Parameters specified by the administrator that are required for provisioning the product.public CreateProvisionedProductPlanRequest withProvisioningParameters(UpdateProvisioningParameter... provisioningParameters)
Parameters specified by the administrator that are required for provisioning the product.
NOTE: This method appends the values to the existing list (if any). Use
setProvisioningParameters(java.util.Collection)
or
withProvisioningParameters(java.util.Collection)
if you want to override the existing values.
provisioningParameters
- Parameters specified by the administrator that are required for provisioning the product.public CreateProvisionedProductPlanRequest withProvisioningParameters(Collection<UpdateProvisioningParameter> provisioningParameters)
Parameters specified by the administrator that are required for provisioning the product.
provisioningParameters
- Parameters specified by the administrator that are required for provisioning the product.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 CreateProvisionedProductPlanRequest 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 List<Tag> getTags()
One or more tags.
If the plan is for an existing provisioned product, the product must have a RESOURCE_UPDATE
constraint with TagUpdatesOnProvisionedProduct
set to ALLOWED
to allow tag updates.
If the plan is for an existing provisioned product, the product must have a RESOURCE_UPDATE
constraint with TagUpdatesOnProvisionedProduct
set to ALLOWED
to allow tag
updates.
public void setTags(Collection<Tag> tags)
One or more tags.
If the plan is for an existing provisioned product, the product must have a RESOURCE_UPDATE
constraint with TagUpdatesOnProvisionedProduct
set to ALLOWED
to allow tag updates.
tags
- One or more tags.
If the plan is for an existing provisioned product, the product must have a RESOURCE_UPDATE
constraint with TagUpdatesOnProvisionedProduct
set to ALLOWED
to allow tag
updates.
public CreateProvisionedProductPlanRequest withTags(Tag... tags)
One or more tags.
If the plan is for an existing provisioned product, the product must have a RESOURCE_UPDATE
constraint with TagUpdatesOnProvisionedProduct
set to ALLOWED
to allow tag updates.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- One or more tags.
If the plan is for an existing provisioned product, the product must have a RESOURCE_UPDATE
constraint with TagUpdatesOnProvisionedProduct
set to ALLOWED
to allow tag
updates.
public CreateProvisionedProductPlanRequest withTags(Collection<Tag> tags)
One or more tags.
If the plan is for an existing provisioned product, the product must have a RESOURCE_UPDATE
constraint with TagUpdatesOnProvisionedProduct
set to ALLOWED
to allow tag updates.
tags
- One or more tags.
If the plan is for an existing provisioned product, the product must have a RESOURCE_UPDATE
constraint with TagUpdatesOnProvisionedProduct
set to ALLOWED
to allow tag
updates.
public String toString()
toString
in class Object
Object.toString()
public CreateProvisionedProductPlanRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()