@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<ProvisioningArtifactOutput> |
getProvisioningArtifactOutputKeys()
A list of the keys and descriptions of the outputs.
|
List<ProvisioningArtifactOutput> |
getProvisioningArtifactOutputs()
Deprecated.
|
List<ProvisioningArtifactParameter> |
getProvisioningArtifactParameters()
Information about the parameters used to provision the product.
|
ProvisioningArtifactPreferences |
getProvisioningArtifactPreferences()
An object that contains information about preferences, such as Regions and accounts, for the provisioning
artifact.
|
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 |
setProvisioningArtifactOutputKeys(Collection<ProvisioningArtifactOutput> provisioningArtifactOutputKeys)
A list of the keys and descriptions of the outputs.
|
void |
setProvisioningArtifactOutputs(Collection<ProvisioningArtifactOutput> provisioningArtifactOutputs)
Deprecated.
|
void |
setProvisioningArtifactParameters(Collection<ProvisioningArtifactParameter> provisioningArtifactParameters)
Information about the parameters used to provision the product.
|
void |
setProvisioningArtifactPreferences(ProvisioningArtifactPreferences provisioningArtifactPreferences)
An object that contains information about preferences, such as Regions and accounts, for the provisioning
artifact.
|
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.
|
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 |
withProvisioningArtifactOutputKeys(Collection<ProvisioningArtifactOutput> provisioningArtifactOutputKeys)
A list of the keys and descriptions of the outputs.
|
DescribeProvisioningParametersResult |
withProvisioningArtifactOutputKeys(ProvisioningArtifactOutput... provisioningArtifactOutputKeys)
A list of the keys and descriptions of the outputs.
|
DescribeProvisioningParametersResult |
withProvisioningArtifactOutputs(Collection<ProvisioningArtifactOutput> provisioningArtifactOutputs)
Deprecated.
|
DescribeProvisioningParametersResult |
withProvisioningArtifactOutputs(ProvisioningArtifactOutput... provisioningArtifactOutputs)
Deprecated.
|
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 |
withProvisioningArtifactPreferences(ProvisioningArtifactPreferences provisioningArtifactPreferences)
An object that contains information about preferences, such as Regions and accounts, for the provisioning
artifact.
|
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, setSdkResponseMetadata
public 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 void setProvisioningArtifactPreferences(ProvisioningArtifactPreferences provisioningArtifactPreferences)
An object that contains information about preferences, such as Regions and accounts, for the provisioning artifact.
provisioningArtifactPreferences
- An object that contains information about preferences, such as Regions and accounts, for the provisioning
artifact.public ProvisioningArtifactPreferences getProvisioningArtifactPreferences()
An object that contains information about preferences, such as Regions and accounts, for the provisioning artifact.
public DescribeProvisioningParametersResult withProvisioningArtifactPreferences(ProvisioningArtifactPreferences provisioningArtifactPreferences)
An object that contains information about preferences, such as Regions and accounts, for the provisioning artifact.
provisioningArtifactPreferences
- An object that contains information about preferences, such as Regions and accounts, for the provisioning
artifact.@Deprecated public List<ProvisioningArtifactOutput> getProvisioningArtifactOutputs()
The output of the provisioning artifact.
@Deprecated public void setProvisioningArtifactOutputs(Collection<ProvisioningArtifactOutput> provisioningArtifactOutputs)
The output of the provisioning artifact.
provisioningArtifactOutputs
- The output of the provisioning artifact.@Deprecated public DescribeProvisioningParametersResult withProvisioningArtifactOutputs(ProvisioningArtifactOutput... provisioningArtifactOutputs)
The output of the provisioning artifact.
NOTE: This method appends the values to the existing list (if any). Use
setProvisioningArtifactOutputs(java.util.Collection)
or
withProvisioningArtifactOutputs(java.util.Collection)
if you want to override the existing values.
provisioningArtifactOutputs
- The output of the provisioning artifact.@Deprecated public DescribeProvisioningParametersResult withProvisioningArtifactOutputs(Collection<ProvisioningArtifactOutput> provisioningArtifactOutputs)
The output of the provisioning artifact.
provisioningArtifactOutputs
- The output of the provisioning artifact.public List<ProvisioningArtifactOutput> getProvisioningArtifactOutputKeys()
A list of the keys and descriptions of the outputs. These outputs can be referenced from a provisioned product launched from this provisioning artifact.
public void setProvisioningArtifactOutputKeys(Collection<ProvisioningArtifactOutput> provisioningArtifactOutputKeys)
A list of the keys and descriptions of the outputs. These outputs can be referenced from a provisioned product launched from this provisioning artifact.
provisioningArtifactOutputKeys
- A list of the keys and descriptions of the outputs. These outputs can be referenced from a provisioned
product launched from this provisioning artifact.public DescribeProvisioningParametersResult withProvisioningArtifactOutputKeys(ProvisioningArtifactOutput... provisioningArtifactOutputKeys)
A list of the keys and descriptions of the outputs. These outputs can be referenced from a provisioned product launched from this provisioning artifact.
NOTE: This method appends the values to the existing list (if any). Use
setProvisioningArtifactOutputKeys(java.util.Collection)
or
withProvisioningArtifactOutputKeys(java.util.Collection)
if you want to override the existing values.
provisioningArtifactOutputKeys
- A list of the keys and descriptions of the outputs. These outputs can be referenced from a provisioned
product launched from this provisioning artifact.public DescribeProvisioningParametersResult withProvisioningArtifactOutputKeys(Collection<ProvisioningArtifactOutput> provisioningArtifactOutputKeys)
A list of the keys and descriptions of the outputs. These outputs can be referenced from a provisioned product launched from this provisioning artifact.
provisioningArtifactOutputKeys
- A list of the keys and descriptions of the outputs. These outputs can be referenced from a provisioned
product launched from this provisioning artifact.public String toString()
toString
in class Object
Object.toString()
public DescribeProvisioningParametersResult clone()