@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Stack extends Object implements Serializable, Cloneable, StructuredPojo
Describes a stack.
Constructor and Description |
---|
Stack() |
Modifier and Type | Method and Description |
---|---|
Stack |
addAttributesEntry(String key,
String value) |
Stack |
clearAttributesEntries()
Removes all the entries added into Attributes.
|
Stack |
clone() |
boolean |
equals(Object obj) |
String |
getAgentVersion()
The agent version.
|
String |
getArn()
The stack's ARN.
|
Map<String,String> |
getAttributes()
The stack's attributes.
|
ChefConfiguration |
getChefConfiguration()
A
ChefConfiguration object that specifies whether to enable Berkshelf and the Berkshelf version. |
StackConfigurationManager |
getConfigurationManager()
The configuration manager.
|
String |
getCreatedAt()
The date when the stack was created.
|
Source |
getCustomCookbooksSource() |
String |
getCustomJson()
A JSON object that contains user-defined attributes to be added to the stack configuration and deployment
attributes.
|
String |
getDefaultAvailabilityZone()
The stack's default Availability Zone.
|
String |
getDefaultInstanceProfileArn()
The ARN of an IAM profile that is the default profile for all of the stack's EC2 instances.
|
String |
getDefaultOs()
The stack's default operating system.
|
String |
getDefaultRootDeviceType()
The default root device type.
|
String |
getDefaultSshKeyName()
A default Amazon EC2 key pair for the stack's instances.
|
String |
getDefaultSubnetId()
The default subnet ID; applicable only if the stack is running in a VPC.
|
String |
getHostnameTheme()
The stack host name theme, with spaces replaced by underscores.
|
String |
getName()
The stack name.
|
String |
getRegion()
The stack AWS region, such as "ap-northeast-2".
|
String |
getServiceRoleArn()
The stack AWS Identity and Access Management (IAM) role.
|
String |
getStackId()
The stack ID.
|
Boolean |
getUseCustomCookbooks()
Whether the stack uses custom cookbooks.
|
Boolean |
getUseOpsworksSecurityGroups()
Whether the stack automatically associates the AWS OpsWorks Stacks built-in security groups with the stack's
layers.
|
String |
getVpcId()
The VPC ID; applicable only if the stack is running in a VPC.
|
int |
hashCode() |
Boolean |
isUseCustomCookbooks()
Whether the stack uses custom cookbooks.
|
Boolean |
isUseOpsworksSecurityGroups()
Whether the stack automatically associates the AWS OpsWorks Stacks built-in security groups with the stack's
layers.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAgentVersion(String agentVersion)
The agent version.
|
void |
setArn(String arn)
The stack's ARN.
|
void |
setAttributes(Map<String,String> attributes)
The stack's attributes.
|
void |
setChefConfiguration(ChefConfiguration chefConfiguration)
A
ChefConfiguration object that specifies whether to enable Berkshelf and the Berkshelf version. |
void |
setConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.
|
void |
setCreatedAt(String createdAt)
The date when the stack was created.
|
void |
setCustomCookbooksSource(Source customCookbooksSource) |
void |
setCustomJson(String customJson)
A JSON object that contains user-defined attributes to be added to the stack configuration and deployment
attributes.
|
void |
setDefaultAvailabilityZone(String defaultAvailabilityZone)
The stack's default Availability Zone.
|
void |
setDefaultInstanceProfileArn(String defaultInstanceProfileArn)
The ARN of an IAM profile that is the default profile for all of the stack's EC2 instances.
|
void |
setDefaultOs(String defaultOs)
The stack's default operating system.
|
void |
setDefaultRootDeviceType(RootDeviceType defaultRootDeviceType)
The default root device type.
|
void |
setDefaultRootDeviceType(String defaultRootDeviceType)
The default root device type.
|
void |
setDefaultSshKeyName(String defaultSshKeyName)
A default Amazon EC2 key pair for the stack's instances.
|
void |
setDefaultSubnetId(String defaultSubnetId)
The default subnet ID; applicable only if the stack is running in a VPC.
|
void |
setHostnameTheme(String hostnameTheme)
The stack host name theme, with spaces replaced by underscores.
|
void |
setName(String name)
The stack name.
|
void |
setRegion(String region)
The stack AWS region, such as "ap-northeast-2".
|
void |
setServiceRoleArn(String serviceRoleArn)
The stack AWS Identity and Access Management (IAM) role.
|
void |
setStackId(String stackId)
The stack ID.
|
void |
setUseCustomCookbooks(Boolean useCustomCookbooks)
Whether the stack uses custom cookbooks.
|
void |
setUseOpsworksSecurityGroups(Boolean useOpsworksSecurityGroups)
Whether the stack automatically associates the AWS OpsWorks Stacks built-in security groups with the stack's
layers.
|
void |
setVpcId(String vpcId)
The VPC ID; applicable only if the stack is running in a VPC.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Stack |
withAgentVersion(String agentVersion)
The agent version.
|
Stack |
withArn(String arn)
The stack's ARN.
|
Stack |
withAttributes(Map<String,String> attributes)
The stack's attributes.
|
Stack |
withChefConfiguration(ChefConfiguration chefConfiguration)
A
ChefConfiguration object that specifies whether to enable Berkshelf and the Berkshelf version. |
Stack |
withConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.
|
Stack |
withCreatedAt(String createdAt)
The date when the stack was created.
|
Stack |
withCustomCookbooksSource(Source customCookbooksSource) |
Stack |
withCustomJson(String customJson)
A JSON object that contains user-defined attributes to be added to the stack configuration and deployment
attributes.
|
Stack |
withDefaultAvailabilityZone(String defaultAvailabilityZone)
The stack's default Availability Zone.
|
Stack |
withDefaultInstanceProfileArn(String defaultInstanceProfileArn)
The ARN of an IAM profile that is the default profile for all of the stack's EC2 instances.
|
Stack |
withDefaultOs(String defaultOs)
The stack's default operating system.
|
Stack |
withDefaultRootDeviceType(RootDeviceType defaultRootDeviceType)
The default root device type.
|
Stack |
withDefaultRootDeviceType(String defaultRootDeviceType)
The default root device type.
|
Stack |
withDefaultSshKeyName(String defaultSshKeyName)
A default Amazon EC2 key pair for the stack's instances.
|
Stack |
withDefaultSubnetId(String defaultSubnetId)
The default subnet ID; applicable only if the stack is running in a VPC.
|
Stack |
withHostnameTheme(String hostnameTheme)
The stack host name theme, with spaces replaced by underscores.
|
Stack |
withName(String name)
The stack name.
|
Stack |
withRegion(String region)
The stack AWS region, such as "ap-northeast-2".
|
Stack |
withServiceRoleArn(String serviceRoleArn)
The stack AWS Identity and Access Management (IAM) role.
|
Stack |
withStackId(String stackId)
The stack ID.
|
Stack |
withUseCustomCookbooks(Boolean useCustomCookbooks)
Whether the stack uses custom cookbooks.
|
Stack |
withUseOpsworksSecurityGroups(Boolean useOpsworksSecurityGroups)
Whether the stack automatically associates the AWS OpsWorks Stacks built-in security groups with the stack's
layers.
|
Stack |
withVpcId(String vpcId)
The VPC ID; applicable only if the stack is running in a VPC.
|
public void setStackId(String stackId)
The stack ID.
stackId
- The stack ID.public String getStackId()
The stack ID.
public Stack withStackId(String stackId)
The stack ID.
stackId
- The stack ID.public void setName(String name)
The stack name.
name
- The stack name.public String getName()
The stack name.
public Stack withName(String name)
The stack name.
name
- The stack name.public void setArn(String arn)
The stack's ARN.
arn
- The stack's ARN.public String getArn()
The stack's ARN.
public Stack withArn(String arn)
The stack's ARN.
arn
- The stack's ARN.public void setRegion(String region)
The stack AWS region, such as "ap-northeast-2". For more information about AWS regions, see Regions and Endpoints.
region
- The stack AWS region, such as "ap-northeast-2". For more information about AWS regions, see Regions and Endpoints.public String getRegion()
The stack AWS region, such as "ap-northeast-2". For more information about AWS regions, see Regions and Endpoints.
public Stack withRegion(String region)
The stack AWS region, such as "ap-northeast-2". For more information about AWS regions, see Regions and Endpoints.
region
- The stack AWS region, such as "ap-northeast-2". For more information about AWS regions, see Regions and Endpoints.public void setVpcId(String vpcId)
The VPC ID; applicable only if the stack is running in a VPC.
vpcId
- The VPC ID; applicable only if the stack is running in a VPC.public String getVpcId()
The VPC ID; applicable only if the stack is running in a VPC.
public Stack withVpcId(String vpcId)
The VPC ID; applicable only if the stack is running in a VPC.
vpcId
- The VPC ID; applicable only if the stack is running in a VPC.public Map<String,String> getAttributes()
The stack's attributes.
public void setAttributes(Map<String,String> attributes)
The stack's attributes.
attributes
- The stack's attributes.public Stack withAttributes(Map<String,String> attributes)
The stack's attributes.
attributes
- The stack's attributes.public Stack clearAttributesEntries()
public void setServiceRoleArn(String serviceRoleArn)
The stack AWS Identity and Access Management (IAM) role.
serviceRoleArn
- The stack AWS Identity and Access Management (IAM) role.public String getServiceRoleArn()
The stack AWS Identity and Access Management (IAM) role.
public Stack withServiceRoleArn(String serviceRoleArn)
The stack AWS Identity and Access Management (IAM) role.
serviceRoleArn
- The stack AWS Identity and Access Management (IAM) role.public void setDefaultInstanceProfileArn(String defaultInstanceProfileArn)
The ARN of an IAM profile that is the default profile for all of the stack's EC2 instances. For more information about IAM ARNs, see Using Identifiers.
defaultInstanceProfileArn
- The ARN of an IAM profile that is the default profile for all of the stack's EC2 instances. For more
information about IAM ARNs, see Using Identifiers.public String getDefaultInstanceProfileArn()
The ARN of an IAM profile that is the default profile for all of the stack's EC2 instances. For more information about IAM ARNs, see Using Identifiers.
public Stack withDefaultInstanceProfileArn(String defaultInstanceProfileArn)
The ARN of an IAM profile that is the default profile for all of the stack's EC2 instances. For more information about IAM ARNs, see Using Identifiers.
defaultInstanceProfileArn
- The ARN of an IAM profile that is the default profile for all of the stack's EC2 instances. For more
information about IAM ARNs, see Using Identifiers.public void setDefaultOs(String defaultOs)
The stack's default operating system.
defaultOs
- The stack's default operating system.public String getDefaultOs()
The stack's default operating system.
public Stack withDefaultOs(String defaultOs)
The stack's default operating system.
defaultOs
- The stack's default operating system.public void setHostnameTheme(String hostnameTheme)
The stack host name theme, with spaces replaced by underscores.
hostnameTheme
- The stack host name theme, with spaces replaced by underscores.public String getHostnameTheme()
The stack host name theme, with spaces replaced by underscores.
public Stack withHostnameTheme(String hostnameTheme)
The stack host name theme, with spaces replaced by underscores.
hostnameTheme
- The stack host name theme, with spaces replaced by underscores.public void setDefaultAvailabilityZone(String defaultAvailabilityZone)
The stack's default Availability Zone. For more information, see Regions and Endpoints.
defaultAvailabilityZone
- The stack's default Availability Zone. For more information, see Regions and Endpoints.public String getDefaultAvailabilityZone()
The stack's default Availability Zone. For more information, see Regions and Endpoints.
public Stack withDefaultAvailabilityZone(String defaultAvailabilityZone)
The stack's default Availability Zone. For more information, see Regions and Endpoints.
defaultAvailabilityZone
- The stack's default Availability Zone. For more information, see Regions and Endpoints.public void setDefaultSubnetId(String defaultSubnetId)
The default subnet ID; applicable only if the stack is running in a VPC.
defaultSubnetId
- The default subnet ID; applicable only if the stack is running in a VPC.public String getDefaultSubnetId()
The default subnet ID; applicable only if the stack is running in a VPC.
public Stack withDefaultSubnetId(String defaultSubnetId)
The default subnet ID; applicable only if the stack is running in a VPC.
defaultSubnetId
- The default subnet ID; applicable only if the stack is running in a VPC.public void setCustomJson(String customJson)
A JSON object that contains user-defined attributes to be added to the stack configuration and deployment attributes. You can use custom JSON to override the corresponding default stack configuration attribute values or to pass data to recipes. The string should be in the following format:
"{\"key1\": \"value1\", \"key2\": \"value2\",...}"
For more information on custom JSON, see Use Custom JSON to Modify the Stack Configuration Attributes.
customJson
- A JSON object that contains user-defined attributes to be added to the stack configuration and deployment
attributes. You can use custom JSON to override the corresponding default stack configuration attribute
values or to pass data to recipes. The string should be in the following format:
"{\"key1\": \"value1\", \"key2\": \"value2\",...}"
For more information on custom JSON, see Use Custom JSON to Modify the Stack Configuration Attributes.
public String getCustomJson()
A JSON object that contains user-defined attributes to be added to the stack configuration and deployment attributes. You can use custom JSON to override the corresponding default stack configuration attribute values or to pass data to recipes. The string should be in the following format:
"{\"key1\": \"value1\", \"key2\": \"value2\",...}"
For more information on custom JSON, see Use Custom JSON to Modify the Stack Configuration Attributes.
"{\"key1\": \"value1\", \"key2\": \"value2\",...}"
For more information on custom JSON, see Use Custom JSON to Modify the Stack Configuration Attributes.
public Stack withCustomJson(String customJson)
A JSON object that contains user-defined attributes to be added to the stack configuration and deployment attributes. You can use custom JSON to override the corresponding default stack configuration attribute values or to pass data to recipes. The string should be in the following format:
"{\"key1\": \"value1\", \"key2\": \"value2\",...}"
For more information on custom JSON, see Use Custom JSON to Modify the Stack Configuration Attributes.
customJson
- A JSON object that contains user-defined attributes to be added to the stack configuration and deployment
attributes. You can use custom JSON to override the corresponding default stack configuration attribute
values or to pass data to recipes. The string should be in the following format:
"{\"key1\": \"value1\", \"key2\": \"value2\",...}"
For more information on custom JSON, see Use Custom JSON to Modify the Stack Configuration Attributes.
public void setConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.
configurationManager
- The configuration manager.public StackConfigurationManager getConfigurationManager()
The configuration manager.
public Stack withConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.
configurationManager
- The configuration manager.public void setChefConfiguration(ChefConfiguration chefConfiguration)
A ChefConfiguration
object that specifies whether to enable Berkshelf and the Berkshelf version. For
more information, see Create a New Stack.
chefConfiguration
- A ChefConfiguration
object that specifies whether to enable Berkshelf and the Berkshelf
version. For more information, see Create a New
Stack.public ChefConfiguration getChefConfiguration()
A ChefConfiguration
object that specifies whether to enable Berkshelf and the Berkshelf version. For
more information, see Create a New Stack.
ChefConfiguration
object that specifies whether to enable Berkshelf and the Berkshelf
version. For more information, see Create a New
Stack.public Stack withChefConfiguration(ChefConfiguration chefConfiguration)
A ChefConfiguration
object that specifies whether to enable Berkshelf and the Berkshelf version. For
more information, see Create a New Stack.
chefConfiguration
- A ChefConfiguration
object that specifies whether to enable Berkshelf and the Berkshelf
version. For more information, see Create a New
Stack.public void setUseCustomCookbooks(Boolean useCustomCookbooks)
Whether the stack uses custom cookbooks.
useCustomCookbooks
- Whether the stack uses custom cookbooks.public Boolean getUseCustomCookbooks()
Whether the stack uses custom cookbooks.
public Stack withUseCustomCookbooks(Boolean useCustomCookbooks)
Whether the stack uses custom cookbooks.
useCustomCookbooks
- Whether the stack uses custom cookbooks.public Boolean isUseCustomCookbooks()
Whether the stack uses custom cookbooks.
public void setUseOpsworksSecurityGroups(Boolean useOpsworksSecurityGroups)
Whether the stack automatically associates the AWS OpsWorks Stacks built-in security groups with the stack's layers.
useOpsworksSecurityGroups
- Whether the stack automatically associates the AWS OpsWorks Stacks built-in security groups with the
stack's layers.public Boolean getUseOpsworksSecurityGroups()
Whether the stack automatically associates the AWS OpsWorks Stacks built-in security groups with the stack's layers.
public Stack withUseOpsworksSecurityGroups(Boolean useOpsworksSecurityGroups)
Whether the stack automatically associates the AWS OpsWorks Stacks built-in security groups with the stack's layers.
useOpsworksSecurityGroups
- Whether the stack automatically associates the AWS OpsWorks Stacks built-in security groups with the
stack's layers.public Boolean isUseOpsworksSecurityGroups()
Whether the stack automatically associates the AWS OpsWorks Stacks built-in security groups with the stack's layers.
public void setCustomCookbooksSource(Source customCookbooksSource)
customCookbooksSource
- public Source getCustomCookbooksSource()
public Stack withCustomCookbooksSource(Source customCookbooksSource)
customCookbooksSource
- public void setDefaultSshKeyName(String defaultSshKeyName)
A default Amazon EC2 key pair for the stack's instances. You can override this value when you create or update an instance.
defaultSshKeyName
- A default Amazon EC2 key pair for the stack's instances. You can override this value when you create or
update an instance.public String getDefaultSshKeyName()
A default Amazon EC2 key pair for the stack's instances. You can override this value when you create or update an instance.
public Stack withDefaultSshKeyName(String defaultSshKeyName)
A default Amazon EC2 key pair for the stack's instances. You can override this value when you create or update an instance.
defaultSshKeyName
- A default Amazon EC2 key pair for the stack's instances. You can override this value when you create or
update an instance.public void setCreatedAt(String createdAt)
The date when the stack was created.
createdAt
- The date when the stack was created.public String getCreatedAt()
The date when the stack was created.
public Stack withCreatedAt(String createdAt)
The date when the stack was created.
createdAt
- The date when the stack was created.public void setDefaultRootDeviceType(String defaultRootDeviceType)
The default root device type. This value is used by default for all instances in the stack, but you can override it when you create an instance. For more information, see Storage for the Root Device.
defaultRootDeviceType
- The default root device type. This value is used by default for all instances in the stack, but you can
override it when you create an instance. For more information, see Storage for the Root Device.RootDeviceType
public String getDefaultRootDeviceType()
The default root device type. This value is used by default for all instances in the stack, but you can override it when you create an instance. For more information, see Storage for the Root Device.
RootDeviceType
public Stack withDefaultRootDeviceType(String defaultRootDeviceType)
The default root device type. This value is used by default for all instances in the stack, but you can override it when you create an instance. For more information, see Storage for the Root Device.
defaultRootDeviceType
- The default root device type. This value is used by default for all instances in the stack, but you can
override it when you create an instance. For more information, see Storage for the Root Device.RootDeviceType
public void setDefaultRootDeviceType(RootDeviceType defaultRootDeviceType)
The default root device type. This value is used by default for all instances in the stack, but you can override it when you create an instance. For more information, see Storage for the Root Device.
defaultRootDeviceType
- The default root device type. This value is used by default for all instances in the stack, but you can
override it when you create an instance. For more information, see Storage for the Root Device.RootDeviceType
public Stack withDefaultRootDeviceType(RootDeviceType defaultRootDeviceType)
The default root device type. This value is used by default for all instances in the stack, but you can override it when you create an instance. For more information, see Storage for the Root Device.
defaultRootDeviceType
- The default root device type. This value is used by default for all instances in the stack, but you can
override it when you create an instance. For more information, see Storage for the Root Device.RootDeviceType
public void setAgentVersion(String agentVersion)
The agent version. This parameter is set to LATEST
for auto-update. or a version number for a fixed
agent version.
agentVersion
- The agent version. This parameter is set to LATEST
for auto-update. or a version number for a
fixed agent version.public String getAgentVersion()
The agent version. This parameter is set to LATEST
for auto-update. or a version number for a fixed
agent version.
LATEST
for auto-update. or a version number for
a fixed agent version.public Stack withAgentVersion(String agentVersion)
The agent version. This parameter is set to LATEST
for auto-update. or a version number for a fixed
agent version.
agentVersion
- The agent version. This parameter is set to LATEST
for auto-update. or a version number for a
fixed agent version.public String toString()
toString
in class Object
Object.toString()
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.