@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeProvisioningParametersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeProvisioningParametersResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeProvisioningParametersResult |
clone() |
boolean |
equals(Object obj) |
List<ConstraintSummary> |
getConstraintSummaries()
Information about the constraints used to provision the product.
|
List<ProvisioningArtifactParameter> |
getProvisioningArtifactParameters()
Information about the parameters used to provision the product.
|
List<TagOptionSummary> |
getTagOptions()
Information about the TagOptions associated with the resource.
|
List<UsageInstruction> |
getUsageInstructions()
Any additional metadata specifically related to the provisioning of the product.
|
int |
hashCode() |
void |
setConstraintSummaries(Collection<ConstraintSummary> constraintSummaries)
Information about the constraints used to provision the product.
|
void |
setProvisioningArtifactParameters(Collection<ProvisioningArtifactParameter> provisioningArtifactParameters)
Information about the parameters used to provision the product.
|
void |
setTagOptions(Collection<TagOptionSummary> tagOptions)
Information about the TagOptions associated with the resource.
|
void |
setUsageInstructions(Collection<UsageInstruction> usageInstructions)
Any additional metadata specifically related to the provisioning of the product.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeProvisioningParametersResult |
withConstraintSummaries(Collection<ConstraintSummary> constraintSummaries)
Information about the constraints used to provision the product.
|
DescribeProvisioningParametersResult |
withConstraintSummaries(ConstraintSummary... constraintSummaries)
Information about the constraints used to provision the product.
|
DescribeProvisioningParametersResult |
withProvisioningArtifactParameters(Collection<ProvisioningArtifactParameter> provisioningArtifactParameters)
Information about the parameters used to provision the product.
|
DescribeProvisioningParametersResult |
withProvisioningArtifactParameters(ProvisioningArtifactParameter... provisioningArtifactParameters)
Information about the parameters used to provision the product.
|
DescribeProvisioningParametersResult |
withTagOptions(Collection<TagOptionSummary> tagOptions)
Information about the TagOptions associated with the resource.
|
DescribeProvisioningParametersResult |
withTagOptions(TagOptionSummary... tagOptions)
Information about the TagOptions associated with the resource.
|
DescribeProvisioningParametersResult |
withUsageInstructions(Collection<UsageInstruction> usageInstructions)
Any additional metadata specifically related to the provisioning of the product.
|
DescribeProvisioningParametersResult |
withUsageInstructions(UsageInstruction... usageInstructions)
Any additional metadata specifically related to the provisioning of the product.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic DescribeProvisioningParametersResult()
public List<ProvisioningArtifactParameter> getProvisioningArtifactParameters()
Information about the parameters used to provision the product.
public void setProvisioningArtifactParameters(Collection<ProvisioningArtifactParameter> provisioningArtifactParameters)
Information about the parameters used to provision the product.
provisioningArtifactParameters - Information about the parameters used to provision the product.public DescribeProvisioningParametersResult withProvisioningArtifactParameters(ProvisioningArtifactParameter... provisioningArtifactParameters)
Information about the parameters used to provision the product.
NOTE: This method appends the values to the existing list (if any). Use
setProvisioningArtifactParameters(java.util.Collection) or
withProvisioningArtifactParameters(java.util.Collection) if you want to override the existing values.
provisioningArtifactParameters - Information about the parameters used to provision the product.public DescribeProvisioningParametersResult withProvisioningArtifactParameters(Collection<ProvisioningArtifactParameter> provisioningArtifactParameters)
Information about the parameters used to provision the product.
provisioningArtifactParameters - Information about the parameters used to provision the product.public List<ConstraintSummary> getConstraintSummaries()
Information about the constraints used to provision the product.
public void setConstraintSummaries(Collection<ConstraintSummary> constraintSummaries)
Information about the constraints used to provision the product.
constraintSummaries - Information about the constraints used to provision the product.public DescribeProvisioningParametersResult withConstraintSummaries(ConstraintSummary... constraintSummaries)
Information about the constraints used to provision the product.
NOTE: This method appends the values to the existing list (if any). Use
setConstraintSummaries(java.util.Collection) or withConstraintSummaries(java.util.Collection)
if you want to override the existing values.
constraintSummaries - Information about the constraints used to provision the product.public DescribeProvisioningParametersResult withConstraintSummaries(Collection<ConstraintSummary> constraintSummaries)
Information about the constraints used to provision the product.
constraintSummaries - Information about the constraints used to provision the product.public List<UsageInstruction> getUsageInstructions()
Any additional metadata specifically related to the provisioning of the product. For example, see the
Version field of the CloudFormation template.
Version field of the CloudFormation template.public void setUsageInstructions(Collection<UsageInstruction> usageInstructions)
Any additional metadata specifically related to the provisioning of the product. For example, see the
Version field of the CloudFormation template.
usageInstructions - Any additional metadata specifically related to the provisioning of the product. For example, see the
Version field of the CloudFormation template.public DescribeProvisioningParametersResult withUsageInstructions(UsageInstruction... usageInstructions)
Any additional metadata specifically related to the provisioning of the product. For example, see the
Version field of the CloudFormation template.
NOTE: This method appends the values to the existing list (if any). Use
setUsageInstructions(java.util.Collection) or withUsageInstructions(java.util.Collection) if
you want to override the existing values.
usageInstructions - Any additional metadata specifically related to the provisioning of the product. For example, see the
Version field of the CloudFormation template.public DescribeProvisioningParametersResult withUsageInstructions(Collection<UsageInstruction> usageInstructions)
Any additional metadata specifically related to the provisioning of the product. For example, see the
Version field of the CloudFormation template.
usageInstructions - Any additional metadata specifically related to the provisioning of the product. For example, see the
Version field of the CloudFormation template.public List<TagOptionSummary> getTagOptions()
Information about the TagOptions associated with the resource.
public void setTagOptions(Collection<TagOptionSummary> tagOptions)
Information about the TagOptions associated with the resource.
tagOptions - Information about the TagOptions associated with the resource.public DescribeProvisioningParametersResult withTagOptions(TagOptionSummary... tagOptions)
Information about the TagOptions associated with the resource.
NOTE: This method appends the values to the existing list (if any). Use
setTagOptions(java.util.Collection) or withTagOptions(java.util.Collection) if you want to
override the existing values.
tagOptions - Information about the TagOptions associated with the resource.public DescribeProvisioningParametersResult withTagOptions(Collection<TagOptionSummary> tagOptions)
Information about the TagOptions associated with the resource.
tagOptions - Information about the TagOptions associated with the resource.public String toString()
toString in class ObjectObject.toString()public DescribeProvisioningParametersResult clone()
Copyright © 2018. All rights reserved.