public class UpdateConfigurationTemplateResult extends Object implements Serializable
Describes the settings for a configuration set.
| Constructor and Description | 
|---|
| UpdateConfigurationTemplateResult() | 
| 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
  DeploymentStatusparameter 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
  DeploymentStatusparameter indicates the deployment
 status of this configuration set: | 
| void | setDeploymentStatus(String deploymentStatus)If this configuration set is associated with an environment, the
  DeploymentStatusparameter 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. | 
| UpdateConfigurationTemplateResult | withApplicationName(String applicationName)The name of the application associated with this configuration set. | 
| UpdateConfigurationTemplateResult | withDateCreated(Date dateCreated)The date (in UTC time) when this configuration set was created. | 
| UpdateConfigurationTemplateResult | withDateUpdated(Date dateUpdated)The date (in UTC time) when this configuration set was last modified. | 
| UpdateConfigurationTemplateResult | withDeploymentStatus(ConfigurationDeploymentStatus deploymentStatus)If this configuration set is associated with an environment, the
  DeploymentStatusparameter indicates the deployment
 status of this configuration set: | 
| UpdateConfigurationTemplateResult | withDeploymentStatus(String deploymentStatus)If this configuration set is associated with an environment, the
  DeploymentStatusparameter indicates the deployment
 status of this configuration set: | 
| UpdateConfigurationTemplateResult | withDescription(String description)Describes this configuration set. | 
| UpdateConfigurationTemplateResult | withEnvironmentName(String environmentName)If not  null, the name of the environment for this
 configuration set. | 
| UpdateConfigurationTemplateResult | withOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)A list of the configuration options and their values in this
 configuration set. | 
| UpdateConfigurationTemplateResult | withOptionSettings(ConfigurationOptionSetting... optionSettings)A list of the configuration options and their values in this
 configuration set. | 
| UpdateConfigurationTemplateResult | withSolutionStackName(String solutionStackName)The name of the solution stack this configuration set uses. | 
| UpdateConfigurationTemplateResult | 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 UpdateConfigurationTemplateResult 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 UpdateConfigurationTemplateResult 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 UpdateConfigurationTemplateResult 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 UpdateConfigurationTemplateResult 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 UpdateConfigurationTemplateResult 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. ConfigurationDeploymentStatuspublic 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. ConfigurationDeploymentStatuspublic UpdateConfigurationTemplateResult 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. ConfigurationDeploymentStatuspublic 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. ConfigurationDeploymentStatuspublic UpdateConfigurationTemplateResult 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. ConfigurationDeploymentStatuspublic Date getDateCreated()
public void setDateCreated(Date dateCreated)
dateCreated - The date (in UTC time) when this configuration set was created.public UpdateConfigurationTemplateResult 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 UpdateConfigurationTemplateResult 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 UpdateConfigurationTemplateResult 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 UpdateConfigurationTemplateResult 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 ObjectObject.toString()Copyright © 2014. All rights reserved.