public class ConfigurationSettingsDescription extends Object implements Serializable
Describes the settings for a configuration set.
Constructor and Description |
---|
ConfigurationSettingsDescription() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getApplicationName()
The name of the application associated with this configuration set.
|
Date |
getDateCreated()
The date (in UTC time) when this configuration set was created.
|
Date |
getDateUpdated()
The date (in UTC time) when this configuration set was last modified.
|
String |
getDeploymentStatus()
If this configuration set is associated with an environment, the
DeploymentStatus parameter indicates the deployment
status of this configuration set: |
String |
getDescription()
Describes this configuration set.
|
String |
getEnvironmentName()
If not
null , the name of the environment for this
configuration set. |
List<ConfigurationOptionSetting> |
getOptionSettings()
A list of the configuration options and their values in this
configuration set.
|
String |
getSolutionStackName()
The name of the solution stack this configuration set uses.
|
String |
getTemplateName()
If not
null , the name of the configuration template for
this configuration set. |
int |
hashCode() |
void |
setApplicationName(String applicationName)
The name of the application associated with this configuration set.
|
void |
setDateCreated(Date dateCreated)
The date (in UTC time) when this configuration set was created.
|
void |
setDateUpdated(Date dateUpdated)
The date (in UTC time) when this configuration set was last modified.
|
void |
setDeploymentStatus(ConfigurationDeploymentStatus deploymentStatus)
If this configuration set is associated with an environment, the
DeploymentStatus parameter indicates the deployment
status of this configuration set: |
void |
setDeploymentStatus(String deploymentStatus)
If this configuration set is associated with an environment, the
DeploymentStatus parameter indicates the deployment
status of this configuration set: |
void |
setDescription(String description)
Describes this configuration set.
|
void |
setEnvironmentName(String environmentName)
If not
null , the name of the environment for this
configuration set. |
void |
setOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
A list of the configuration options and their values in this
configuration set.
|
void |
setSolutionStackName(String solutionStackName)
The name of the solution stack this configuration set uses.
|
void |
setTemplateName(String templateName)
If not
null , the name of the configuration template for
this configuration set. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ConfigurationSettingsDescription |
withApplicationName(String applicationName)
The name of the application associated with this configuration set.
|
ConfigurationSettingsDescription |
withDateCreated(Date dateCreated)
The date (in UTC time) when this configuration set was created.
|
ConfigurationSettingsDescription |
withDateUpdated(Date dateUpdated)
The date (in UTC time) when this configuration set was last modified.
|
ConfigurationSettingsDescription |
withDeploymentStatus(ConfigurationDeploymentStatus deploymentStatus)
If this configuration set is associated with an environment, the
DeploymentStatus parameter indicates the deployment
status of this configuration set: |
ConfigurationSettingsDescription |
withDeploymentStatus(String deploymentStatus)
If this configuration set is associated with an environment, the
DeploymentStatus parameter indicates the deployment
status of this configuration set: |
ConfigurationSettingsDescription |
withDescription(String description)
Describes this configuration set.
|
ConfigurationSettingsDescription |
withEnvironmentName(String environmentName)
If not
null , the name of the environment for this
configuration set. |
ConfigurationSettingsDescription |
withOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
A list of the configuration options and their values in this
configuration set.
|
ConfigurationSettingsDescription |
withOptionSettings(ConfigurationOptionSetting... optionSettings)
A list of the configuration options and their values in this
configuration set.
|
ConfigurationSettingsDescription |
withSolutionStackName(String solutionStackName)
The name of the solution stack this configuration set uses.
|
ConfigurationSettingsDescription |
withTemplateName(String templateName)
If not
null , the name of the configuration template for
this configuration set. |
public String getSolutionStackName()
Constraints:
Length: 0 - 100
public void setSolutionStackName(String solutionStackName)
Constraints:
Length: 0 - 100
solutionStackName
- The name of the solution stack this configuration set uses.public ConfigurationSettingsDescription withSolutionStackName(String solutionStackName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 100
solutionStackName
- The name of the solution stack this configuration set uses.public String getApplicationName()
Constraints:
Length: 1 - 100
public void setApplicationName(String applicationName)
Constraints:
Length: 1 - 100
applicationName
- The name of the application associated with this configuration set.public ConfigurationSettingsDescription withApplicationName(String applicationName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
applicationName
- The name of the application associated with this configuration set.public String getTemplateName()
null
, the name of the configuration template for
this configuration set.
Constraints:
Length: 1 - 100
null
, the name of the configuration template for
this configuration set.public void setTemplateName(String templateName)
null
, the name of the configuration template for
this configuration set.
Constraints:
Length: 1 - 100
templateName
- If not null
, the name of the configuration template for
this configuration set.public ConfigurationSettingsDescription withTemplateName(String templateName)
null
, the name of the configuration template for
this configuration set.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
templateName
- If not null
, the name of the configuration template for
this configuration set.public String getDescription()
Constraints:
Length: 0 - 200
public void setDescription(String description)
Constraints:
Length: 0 - 200
description
- Describes this configuration set.public ConfigurationSettingsDescription withDescription(String description)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 200
description
- Describes this configuration set.public String getEnvironmentName()
null
, the name of the environment for this
configuration set.
Constraints:
Length: 4 - 23
null
, the name of the environment for this
configuration set.public void setEnvironmentName(String environmentName)
null
, the name of the environment for this
configuration set.
Constraints:
Length: 4 - 23
environmentName
- If not null
, the name of the environment for this
configuration set.public ConfigurationSettingsDescription withEnvironmentName(String environmentName)
null
, the name of the environment for this
configuration set.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 4 - 23
environmentName
- If not null
, the name of the environment for this
configuration set.public String getDeploymentStatus()
DeploymentStatus
parameter indicates the deployment
status of this configuration set:
null
: This configuration is not associated with a running
environment.
pending
:
This is a draft configuration that is not deployed to the associated
environment but is in the process of deploying.
deployed
: This is the configuration
that is currently deployed to the associated running environment.
failed
: This is a
draft configuration, that failed to successfully deploy.
null
: This configuration is not
associated with a running environment. pending
: This is a draft configuration that is not
deployed to the associated environment but is in the process of
deploying. deployed
: This is the configuration
that is currently deployed to the associated running environment.
failed
: This is a draft configuration that
failed to successfully deploy.
Constraints:
Allowed Values: deployed, pending, failed
DeploymentStatus
parameter indicates the deployment
status of this configuration set:
null
: This configuration is not associated with a running
environment.
pending
:
This is a draft configuration that is not deployed to the associated
environment but is in the process of deploying.
deployed
: This is the configuration
that is currently deployed to the associated running environment.
failed
: This is a
draft configuration, that failed to successfully deploy.
null
: This configuration is not
associated with a running environment. pending
: This is a draft configuration that is not
deployed to the associated environment but is in the process of
deploying. deployed
: This is the configuration
that is currently deployed to the associated running environment.
failed
: This is a draft configuration that
failed to successfully deploy. ConfigurationDeploymentStatus
public void setDeploymentStatus(String deploymentStatus)
DeploymentStatus
parameter indicates the deployment
status of this configuration set:
null
: This configuration is not associated with a running
environment.
pending
:
This is a draft configuration that is not deployed to the associated
environment but is in the process of deploying.
deployed
: This is the configuration
that is currently deployed to the associated running environment.
failed
: This is a
draft configuration, that failed to successfully deploy.
null
: This configuration is not
associated with a running environment. pending
: This is a draft configuration that is not
deployed to the associated environment but is in the process of
deploying. deployed
: This is the configuration
that is currently deployed to the associated running environment.
failed
: This is a draft configuration that
failed to successfully deploy.
Constraints:
Allowed Values: deployed, pending, failed
deploymentStatus
- If this configuration set is associated with an environment, the
DeploymentStatus
parameter indicates the deployment
status of this configuration set:
null
: This configuration is not associated with a running
environment.
pending
:
This is a draft configuration that is not deployed to the associated
environment but is in the process of deploying.
deployed
: This is the configuration
that is currently deployed to the associated running environment.
failed
: This is a
draft configuration, that failed to successfully deploy.
null
: This configuration is not
associated with a running environment. pending
: This is a draft configuration that is not
deployed to the associated environment but is in the process of
deploying. deployed
: This is the configuration
that is currently deployed to the associated running environment.
failed
: This is a draft configuration that
failed to successfully deploy. ConfigurationDeploymentStatus
public ConfigurationSettingsDescription withDeploymentStatus(String deploymentStatus)
DeploymentStatus
parameter indicates the deployment
status of this configuration set:
null
: This configuration is not associated with a running
environment.
pending
:
This is a draft configuration that is not deployed to the associated
environment but is in the process of deploying.
deployed
: This is the configuration
that is currently deployed to the associated running environment.
failed
: This is a
draft configuration, that failed to successfully deploy.
null
: This configuration is not
associated with a running environment. pending
: This is a draft configuration that is not
deployed to the associated environment but is in the process of
deploying. deployed
: This is the configuration
that is currently deployed to the associated running environment.
failed
: This is a draft configuration that
failed to successfully deploy. Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: deployed, pending, failed
deploymentStatus
- If this configuration set is associated with an environment, the
DeploymentStatus
parameter indicates the deployment
status of this configuration set:
null
: This configuration is not associated with a running
environment.
pending
:
This is a draft configuration that is not deployed to the associated
environment but is in the process of deploying.
deployed
: This is the configuration
that is currently deployed to the associated running environment.
failed
: This is a
draft configuration, that failed to successfully deploy.
null
: This configuration is not
associated with a running environment. pending
: This is a draft configuration that is not
deployed to the associated environment but is in the process of
deploying. deployed
: This is the configuration
that is currently deployed to the associated running environment.
failed
: This is a draft configuration that
failed to successfully deploy. ConfigurationDeploymentStatus
public void setDeploymentStatus(ConfigurationDeploymentStatus deploymentStatus)
DeploymentStatus
parameter indicates the deployment
status of this configuration set:
null
: This configuration is not associated with a running
environment.
pending
:
This is a draft configuration that is not deployed to the associated
environment but is in the process of deploying.
deployed
: This is the configuration
that is currently deployed to the associated running environment.
failed
: This is a
draft configuration, that failed to successfully deploy.
null
: This configuration is not
associated with a running environment. pending
: This is a draft configuration that is not
deployed to the associated environment but is in the process of
deploying. deployed
: This is the configuration
that is currently deployed to the associated running environment.
failed
: This is a draft configuration that
failed to successfully deploy.
Constraints:
Allowed Values: deployed, pending, failed
deploymentStatus
- If this configuration set is associated with an environment, the
DeploymentStatus
parameter indicates the deployment
status of this configuration set:
null
: This configuration is not associated with a running
environment.
pending
:
This is a draft configuration that is not deployed to the associated
environment but is in the process of deploying.
deployed
: This is the configuration
that is currently deployed to the associated running environment.
failed
: This is a
draft configuration, that failed to successfully deploy.
null
: This configuration is not
associated with a running environment. pending
: This is a draft configuration that is not
deployed to the associated environment but is in the process of
deploying. deployed
: This is the configuration
that is currently deployed to the associated running environment.
failed
: This is a draft configuration that
failed to successfully deploy. ConfigurationDeploymentStatus
public ConfigurationSettingsDescription withDeploymentStatus(ConfigurationDeploymentStatus deploymentStatus)
DeploymentStatus
parameter indicates the deployment
status of this configuration set:
null
: This configuration is not associated with a running
environment.
pending
:
This is a draft configuration that is not deployed to the associated
environment but is in the process of deploying.
deployed
: This is the configuration
that is currently deployed to the associated running environment.
failed
: This is a
draft configuration, that failed to successfully deploy.
null
: This configuration is not
associated with a running environment. pending
: This is a draft configuration that is not
deployed to the associated environment but is in the process of
deploying. deployed
: This is the configuration
that is currently deployed to the associated running environment.
failed
: This is a draft configuration that
failed to successfully deploy. Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: deployed, pending, failed
deploymentStatus
- If this configuration set is associated with an environment, the
DeploymentStatus
parameter indicates the deployment
status of this configuration set:
null
: This configuration is not associated with a running
environment.
pending
:
This is a draft configuration that is not deployed to the associated
environment but is in the process of deploying.
deployed
: This is the configuration
that is currently deployed to the associated running environment.
failed
: This is a
draft configuration, that failed to successfully deploy.
null
: This configuration is not
associated with a running environment. pending
: This is a draft configuration that is not
deployed to the associated environment but is in the process of
deploying. deployed
: This is the configuration
that is currently deployed to the associated running environment.
failed
: This is a draft configuration that
failed to successfully deploy. ConfigurationDeploymentStatus
public Date getDateCreated()
public void setDateCreated(Date dateCreated)
dateCreated
- The date (in UTC time) when this configuration set was created.public ConfigurationSettingsDescription withDateCreated(Date dateCreated)
Returns a reference to this object so that method calls can be chained together.
dateCreated
- The date (in UTC time) when this configuration set was created.public Date getDateUpdated()
public void setDateUpdated(Date dateUpdated)
dateUpdated
- The date (in UTC time) when this configuration set was last modified.public ConfigurationSettingsDescription withDateUpdated(Date dateUpdated)
Returns a reference to this object so that method calls can be chained together.
dateUpdated
- The date (in UTC time) when this configuration set was last modified.public List<ConfigurationOptionSetting> getOptionSettings()
public void setOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
optionSettings
- A list of the configuration options and their values in this
configuration set.public ConfigurationSettingsDescription withOptionSettings(ConfigurationOptionSetting... optionSettings)
Returns a reference to this object so that method calls can be chained together.
optionSettings
- A list of the configuration options and their values in this
configuration set.public ConfigurationSettingsDescription withOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
Returns a reference to this object so that method calls can be chained together.
optionSettings
- A list of the configuration options and their values in this
configuration set.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.