@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StackSet extends Object implements Serializable, Cloneable
A structure that contains information about a stack set. A stack set enables you to provision stacks into AWS accounts and across regions by using a single CloudFormation template. In the stack set, you specify the template to use, as well as any parameters and capabilities that the template requires.
Constructor and Description |
---|
StackSet() |
Modifier and Type | Method and Description |
---|---|
StackSet |
clone() |
boolean |
equals(Object obj) |
List<String> |
getCapabilities()
The capabilities that are allowed in the stack set.
|
String |
getDescription()
A description of the stack set that you specify when the stack set is created or updated.
|
List<Parameter> |
getParameters()
A list of input parameters for a stack set.
|
String |
getStackSetId()
The ID of the stack set.
|
String |
getStackSetName()
The name that's associated with the stack set.
|
String |
getStatus()
The status of the stack set.
|
List<Tag> |
getTags()
A list of tags that specify information about the stack set.
|
String |
getTemplateBody()
The structure that contains the body of the template that was used to create or update the stack set.
|
int |
hashCode() |
void |
setCapabilities(Collection<String> capabilities)
The capabilities that are allowed in the stack set.
|
void |
setDescription(String description)
A description of the stack set that you specify when the stack set is created or updated.
|
void |
setParameters(Collection<Parameter> parameters)
A list of input parameters for a stack set.
|
void |
setStackSetId(String stackSetId)
The ID of the stack set.
|
void |
setStackSetName(String stackSetName)
The name that's associated with the stack set.
|
void |
setStatus(StackSetStatus status)
The status of the stack set.
|
void |
setStatus(String status)
The status of the stack set.
|
void |
setTags(Collection<Tag> tags)
A list of tags that specify information about the stack set.
|
void |
setTemplateBody(String templateBody)
The structure that contains the body of the template that was used to create or update the stack set.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StackSet |
withCapabilities(Capability... capabilities)
The capabilities that are allowed in the stack set.
|
StackSet |
withCapabilities(Collection<String> capabilities)
The capabilities that are allowed in the stack set.
|
StackSet |
withCapabilities(String... capabilities)
The capabilities that are allowed in the stack set.
|
StackSet |
withDescription(String description)
A description of the stack set that you specify when the stack set is created or updated.
|
StackSet |
withParameters(Collection<Parameter> parameters)
A list of input parameters for a stack set.
|
StackSet |
withParameters(Parameter... parameters)
A list of input parameters for a stack set.
|
StackSet |
withStackSetId(String stackSetId)
The ID of the stack set.
|
StackSet |
withStackSetName(String stackSetName)
The name that's associated with the stack set.
|
StackSet |
withStatus(StackSetStatus status)
The status of the stack set.
|
StackSet |
withStatus(String status)
The status of the stack set.
|
StackSet |
withTags(Collection<Tag> tags)
A list of tags that specify information about the stack set.
|
StackSet |
withTags(Tag... tags)
A list of tags that specify information about the stack set.
|
StackSet |
withTemplateBody(String templateBody)
The structure that contains the body of the template that was used to create or update the stack set.
|
public void setStackSetName(String stackSetName)
The name that's associated with the stack set.
stackSetName
- The name that's associated with the stack set.public String getStackSetName()
The name that's associated with the stack set.
public StackSet withStackSetName(String stackSetName)
The name that's associated with the stack set.
stackSetName
- The name that's associated with the stack set.public void setStackSetId(String stackSetId)
The ID of the stack set.
stackSetId
- The ID of the stack set.public String getStackSetId()
The ID of the stack set.
public StackSet withStackSetId(String stackSetId)
The ID of the stack set.
stackSetId
- The ID of the stack set.public void setDescription(String description)
A description of the stack set that you specify when the stack set is created or updated.
description
- A description of the stack set that you specify when the stack set is created or updated.public String getDescription()
A description of the stack set that you specify when the stack set is created or updated.
public StackSet withDescription(String description)
A description of the stack set that you specify when the stack set is created or updated.
description
- A description of the stack set that you specify when the stack set is created or updated.public void setStatus(String status)
The status of the stack set.
status
- The status of the stack set.StackSetStatus
public String getStatus()
The status of the stack set.
StackSetStatus
public StackSet withStatus(String status)
The status of the stack set.
status
- The status of the stack set.StackSetStatus
public void setStatus(StackSetStatus status)
The status of the stack set.
status
- The status of the stack set.StackSetStatus
public StackSet withStatus(StackSetStatus status)
The status of the stack set.
status
- The status of the stack set.StackSetStatus
public void setTemplateBody(String templateBody)
The structure that contains the body of the template that was used to create or update the stack set.
templateBody
- The structure that contains the body of the template that was used to create or update the stack set.public String getTemplateBody()
The structure that contains the body of the template that was used to create or update the stack set.
public StackSet withTemplateBody(String templateBody)
The structure that contains the body of the template that was used to create or update the stack set.
templateBody
- The structure that contains the body of the template that was used to create or update the stack set.public List<Parameter> getParameters()
A list of input parameters for a stack set.
public void setParameters(Collection<Parameter> parameters)
A list of input parameters for a stack set.
parameters
- A list of input parameters for a stack set.public StackSet withParameters(Parameter... parameters)
A list of input parameters for a stack set.
NOTE: This method appends the values to the existing list (if any). Use
setParameters(java.util.Collection)
or withParameters(java.util.Collection)
if you want to
override the existing values.
parameters
- A list of input parameters for a stack set.public StackSet withParameters(Collection<Parameter> parameters)
A list of input parameters for a stack set.
parameters
- A list of input parameters for a stack set.public List<String> getCapabilities()
The capabilities that are allowed in the stack set. Some stack set templates might include resources that can affect permissions in your AWS account—for example, by creating new AWS Identity and Access Management (IAM) users. For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.
Capability
public void setCapabilities(Collection<String> capabilities)
The capabilities that are allowed in the stack set. Some stack set templates might include resources that can affect permissions in your AWS account—for example, by creating new AWS Identity and Access Management (IAM) users. For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.
capabilities
- The capabilities that are allowed in the stack set. Some stack set templates might include resources that
can affect permissions in your AWS account—for example, by creating new AWS Identity and Access Management
(IAM) users. For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.Capability
public StackSet withCapabilities(String... capabilities)
The capabilities that are allowed in the stack set. Some stack set templates might include resources that can affect permissions in your AWS account—for example, by creating new AWS Identity and Access Management (IAM) users. For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.
NOTE: This method appends the values to the existing list (if any). Use
setCapabilities(java.util.Collection)
or withCapabilities(java.util.Collection)
if you want to
override the existing values.
capabilities
- The capabilities that are allowed in the stack set. Some stack set templates might include resources that
can affect permissions in your AWS account—for example, by creating new AWS Identity and Access Management
(IAM) users. For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.Capability
public StackSet withCapabilities(Collection<String> capabilities)
The capabilities that are allowed in the stack set. Some stack set templates might include resources that can affect permissions in your AWS account—for example, by creating new AWS Identity and Access Management (IAM) users. For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.
capabilities
- The capabilities that are allowed in the stack set. Some stack set templates might include resources that
can affect permissions in your AWS account—for example, by creating new AWS Identity and Access Management
(IAM) users. For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.Capability
public StackSet withCapabilities(Capability... capabilities)
The capabilities that are allowed in the stack set. Some stack set templates might include resources that can affect permissions in your AWS account—for example, by creating new AWS Identity and Access Management (IAM) users. For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.
capabilities
- The capabilities that are allowed in the stack set. Some stack set templates might include resources that
can affect permissions in your AWS account—for example, by creating new AWS Identity and Access Management
(IAM) users. For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.Capability
public List<Tag> getTags()
A list of tags that specify information about the stack set. A maximum number of 50 tags can be specified.
public void setTags(Collection<Tag> tags)
A list of tags that specify information about the stack set. A maximum number of 50 tags can be specified.
tags
- A list of tags that specify information about the stack set. A maximum number of 50 tags can be specified.public StackSet withTags(Tag... tags)
A list of tags that specify information about the stack set. A maximum number of 50 tags can be specified.
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
- A list of tags that specify information about the stack set. A maximum number of 50 tags can be specified.public StackSet withTags(Collection<Tag> tags)
A list of tags that specify information about the stack set. A maximum number of 50 tags can be specified.
tags
- A list of tags that specify information about the stack set. A maximum number of 50 tags can be specified.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.