@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProvisioningArtifactProperties extends Object implements Serializable, Cloneable, StructuredPojo
Information about a provisioning artifact (also known as a version) for a product.
Constructor and Description |
---|
ProvisioningArtifactProperties() |
Modifier and Type | Method and Description |
---|---|
ProvisioningArtifactProperties |
addInfoEntry(String key,
String value) |
ProvisioningArtifactProperties |
clearInfoEntries()
Removes all the entries added into Info.
|
ProvisioningArtifactProperties |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The description of the provisioning artifact, including how it differs from the previous provisioning artifact.
|
Boolean |
getDisableTemplateValidation()
If set to true, AWS Service Catalog stops validating the specified provisioning artifact even if it is invalid.
|
Map<String,String> |
getInfo()
The URL of the CloudFormation template in Amazon S3.
|
String |
getName()
The name of the provisioning artifact (for example, v1 v2beta).
|
String |
getType()
The type of provisioning artifact.
|
int |
hashCode() |
Boolean |
isDisableTemplateValidation()
If set to true, AWS Service Catalog stops validating the specified provisioning artifact even if it is invalid.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDescription(String description)
The description of the provisioning artifact, including how it differs from the previous provisioning artifact.
|
void |
setDisableTemplateValidation(Boolean disableTemplateValidation)
If set to true, AWS Service Catalog stops validating the specified provisioning artifact even if it is invalid.
|
void |
setInfo(Map<String,String> info)
The URL of the CloudFormation template in Amazon S3.
|
void |
setName(String name)
The name of the provisioning artifact (for example, v1 v2beta).
|
void |
setType(ProvisioningArtifactType type)
The type of provisioning artifact.
|
void |
setType(String type)
The type of provisioning artifact.
|
String |
toString()
Returns a string representation of this object.
|
ProvisioningArtifactProperties |
withDescription(String description)
The description of the provisioning artifact, including how it differs from the previous provisioning artifact.
|
ProvisioningArtifactProperties |
withDisableTemplateValidation(Boolean disableTemplateValidation)
If set to true, AWS Service Catalog stops validating the specified provisioning artifact even if it is invalid.
|
ProvisioningArtifactProperties |
withInfo(Map<String,String> info)
The URL of the CloudFormation template in Amazon S3.
|
ProvisioningArtifactProperties |
withName(String name)
The name of the provisioning artifact (for example, v1 v2beta).
|
ProvisioningArtifactProperties |
withType(ProvisioningArtifactType type)
The type of provisioning artifact.
|
ProvisioningArtifactProperties |
withType(String type)
The type of provisioning artifact.
|
public void setName(String name)
The name of the provisioning artifact (for example, v1 v2beta). No spaces are allowed.
name
- The name of the provisioning artifact (for example, v1 v2beta). No spaces are allowed.public String getName()
The name of the provisioning artifact (for example, v1 v2beta). No spaces are allowed.
public ProvisioningArtifactProperties withName(String name)
The name of the provisioning artifact (for example, v1 v2beta). No spaces are allowed.
name
- The name of the provisioning artifact (for example, v1 v2beta). No spaces are allowed.public void setDescription(String description)
The description of the provisioning artifact, including how it differs from the previous provisioning artifact.
description
- The description of the provisioning artifact, including how it differs from the previous provisioning
artifact.public String getDescription()
The description of the provisioning artifact, including how it differs from the previous provisioning artifact.
public ProvisioningArtifactProperties withDescription(String description)
The description of the provisioning artifact, including how it differs from the previous provisioning artifact.
description
- The description of the provisioning artifact, including how it differs from the previous provisioning
artifact.public Map<String,String> getInfo()
The URL of the CloudFormation template in Amazon S3. Specify the URL in JSON format as follows:
"LoadTemplateFromURL": "https://s3.amazonaws.com/cf-templates-ozkq9d3hgiq2-us-east-1/..."
"LoadTemplateFromURL": "https://s3.amazonaws.com/cf-templates-ozkq9d3hgiq2-us-east-1/..."
public void setInfo(Map<String,String> info)
The URL of the CloudFormation template in Amazon S3. Specify the URL in JSON format as follows:
"LoadTemplateFromURL": "https://s3.amazonaws.com/cf-templates-ozkq9d3hgiq2-us-east-1/..."
info
- The URL of the CloudFormation template in Amazon S3. Specify the URL in JSON format as follows:
"LoadTemplateFromURL": "https://s3.amazonaws.com/cf-templates-ozkq9d3hgiq2-us-east-1/..."
public ProvisioningArtifactProperties withInfo(Map<String,String> info)
The URL of the CloudFormation template in Amazon S3. Specify the URL in JSON format as follows:
"LoadTemplateFromURL": "https://s3.amazonaws.com/cf-templates-ozkq9d3hgiq2-us-east-1/..."
info
- The URL of the CloudFormation template in Amazon S3. Specify the URL in JSON format as follows:
"LoadTemplateFromURL": "https://s3.amazonaws.com/cf-templates-ozkq9d3hgiq2-us-east-1/..."
public ProvisioningArtifactProperties addInfoEntry(String key, String value)
public ProvisioningArtifactProperties clearInfoEntries()
public void setType(String type)
The type of provisioning artifact.
CLOUD_FORMATION_TEMPLATE
- AWS CloudFormation template
MARKETPLACE_AMI
- AWS Marketplace AMI
MARKETPLACE_CAR
- AWS Marketplace Clusters and AWS Resources
type
- The type of provisioning artifact.
CLOUD_FORMATION_TEMPLATE
- AWS CloudFormation template
MARKETPLACE_AMI
- AWS Marketplace AMI
MARKETPLACE_CAR
- AWS Marketplace Clusters and AWS Resources
ProvisioningArtifactType
public String getType()
The type of provisioning artifact.
CLOUD_FORMATION_TEMPLATE
- AWS CloudFormation template
MARKETPLACE_AMI
- AWS Marketplace AMI
MARKETPLACE_CAR
- AWS Marketplace Clusters and AWS Resources
CLOUD_FORMATION_TEMPLATE
- AWS CloudFormation template
MARKETPLACE_AMI
- AWS Marketplace AMI
MARKETPLACE_CAR
- AWS Marketplace Clusters and AWS Resources
ProvisioningArtifactType
public ProvisioningArtifactProperties withType(String type)
The type of provisioning artifact.
CLOUD_FORMATION_TEMPLATE
- AWS CloudFormation template
MARKETPLACE_AMI
- AWS Marketplace AMI
MARKETPLACE_CAR
- AWS Marketplace Clusters and AWS Resources
type
- The type of provisioning artifact.
CLOUD_FORMATION_TEMPLATE
- AWS CloudFormation template
MARKETPLACE_AMI
- AWS Marketplace AMI
MARKETPLACE_CAR
- AWS Marketplace Clusters and AWS Resources
ProvisioningArtifactType
public void setType(ProvisioningArtifactType type)
The type of provisioning artifact.
CLOUD_FORMATION_TEMPLATE
- AWS CloudFormation template
MARKETPLACE_AMI
- AWS Marketplace AMI
MARKETPLACE_CAR
- AWS Marketplace Clusters and AWS Resources
type
- The type of provisioning artifact.
CLOUD_FORMATION_TEMPLATE
- AWS CloudFormation template
MARKETPLACE_AMI
- AWS Marketplace AMI
MARKETPLACE_CAR
- AWS Marketplace Clusters and AWS Resources
ProvisioningArtifactType
public ProvisioningArtifactProperties withType(ProvisioningArtifactType type)
The type of provisioning artifact.
CLOUD_FORMATION_TEMPLATE
- AWS CloudFormation template
MARKETPLACE_AMI
- AWS Marketplace AMI
MARKETPLACE_CAR
- AWS Marketplace Clusters and AWS Resources
type
- The type of provisioning artifact.
CLOUD_FORMATION_TEMPLATE
- AWS CloudFormation template
MARKETPLACE_AMI
- AWS Marketplace AMI
MARKETPLACE_CAR
- AWS Marketplace Clusters and AWS Resources
ProvisioningArtifactType
public void setDisableTemplateValidation(Boolean disableTemplateValidation)
If set to true, AWS Service Catalog stops validating the specified provisioning artifact even if it is invalid.
disableTemplateValidation
- If set to true, AWS Service Catalog stops validating the specified provisioning artifact even if it is
invalid.public Boolean getDisableTemplateValidation()
If set to true, AWS Service Catalog stops validating the specified provisioning artifact even if it is invalid.
public ProvisioningArtifactProperties withDisableTemplateValidation(Boolean disableTemplateValidation)
If set to true, AWS Service Catalog stops validating the specified provisioning artifact even if it is invalid.
disableTemplateValidation
- If set to true, AWS Service Catalog stops validating the specified provisioning artifact even if it is
invalid.public Boolean isDisableTemplateValidation()
If set to true, AWS Service Catalog stops validating the specified provisioning artifact even if it is invalid.
public String toString()
toString
in class Object
Object.toString()
public ProvisioningArtifactProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.