Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.elasticbeanstalk.model
Class ConfigurationSettingsDescription

java.lang.Object
  extended by com.amazonaws.services.elasticbeanstalk.model.ConfigurationSettingsDescription
All Implemented Interfaces:
Serializable

public class ConfigurationSettingsDescription
extends Object
implements Serializable

Describes the settings for a configuration set.

See Also:
Serialized Form

Constructor Summary
ConfigurationSettingsDescription()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationSettingsDescription

public ConfigurationSettingsDescription()
Method Detail

getSolutionStackName

public String getSolutionStackName()
The name of the solution stack this configuration set uses.

Constraints:
Length: 0 - 100

Returns:
The name of the solution stack this configuration set uses.

setSolutionStackName

public void setSolutionStackName(String solutionStackName)
The name of the solution stack this configuration set uses.

Constraints:
Length: 0 - 100

Parameters:
solutionStackName - The name of the solution stack this configuration set uses.

withSolutionStackName

public ConfigurationSettingsDescription withSolutionStackName(String solutionStackName)
The name of the solution stack this configuration set uses.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 0 - 100

Parameters:
solutionStackName - The name of the solution stack this configuration set uses.
Returns:
A reference to this updated object so that method calls can be chained together.

getApplicationName

public String getApplicationName()
The name of the application associated with this configuration set.

Constraints:
Length: 1 - 100

Returns:
The name of the application associated with this configuration set.

setApplicationName

public void setApplicationName(String applicationName)
The name of the application associated with this configuration set.

Constraints:
Length: 1 - 100

Parameters:
applicationName - The name of the application associated with this configuration set.

withApplicationName

public ConfigurationSettingsDescription withApplicationName(String applicationName)
The name of the application associated with this configuration set.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 1 - 100

Parameters:
applicationName - The name of the application associated with this configuration set.
Returns:
A reference to this updated object so that method calls can be chained together.

getTemplateName

public String getTemplateName()
If not null, the name of the configuration template for this configuration set.

Constraints:
Length: 1 - 100

Returns:
If not null, the name of the configuration template for this configuration set.

setTemplateName

public void setTemplateName(String templateName)
If not null, the name of the configuration template for this configuration set.

Constraints:
Length: 1 - 100

Parameters:
templateName - If not null, the name of the configuration template for this configuration set.

withTemplateName

public ConfigurationSettingsDescription withTemplateName(String templateName)
If not 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

Parameters:
templateName - If not null, the name of the configuration template for this configuration set.
Returns:
A reference to this updated object so that method calls can be chained together.

getDescription

public String getDescription()
Describes this configuration set.

Constraints:
Length: 0 - 200

Returns:
Describes this configuration set.

setDescription

public void setDescription(String description)
Describes this configuration set.

Constraints:
Length: 0 - 200

Parameters:
description - Describes this configuration set.

withDescription

public ConfigurationSettingsDescription withDescription(String description)
Describes this configuration set.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 0 - 200

Parameters:
description - Describes this configuration set.
Returns:
A reference to this updated object so that method calls can be chained together.

getEnvironmentName

public String getEnvironmentName()
If not null, the name of the environment for this configuration set.

Constraints:
Length: 4 - 23

Returns:
If not null, the name of the environment for this configuration set.

setEnvironmentName

public void setEnvironmentName(String environmentName)
If not null, the name of the environment for this configuration set.

Constraints:
Length: 4 - 23

Parameters:
environmentName - If not null, the name of the environment for this configuration set.

withEnvironmentName

public ConfigurationSettingsDescription withEnvironmentName(String environmentName)
If not 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

Parameters:
environmentName - If not null, the name of the environment for this configuration set.
Returns:
A reference to this updated object so that method calls can be chained together.

getDeploymentStatus

public String getDeploymentStatus()
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.

Constraints:
Allowed Values: deployed, pending, failed

Returns:
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.
See Also:
ConfigurationDeploymentStatus

setDeploymentStatus

public void setDeploymentStatus(String 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.

Constraints:
Allowed Values: deployed, pending, failed

Parameters:
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.
See Also:
ConfigurationDeploymentStatus

withDeploymentStatus

public ConfigurationSettingsDescription withDeploymentStatus(String 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.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Allowed Values: deployed, pending, failed

Parameters:
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.
Returns:
A reference to this updated object so that method calls can be chained together.
See Also:
ConfigurationDeploymentStatus

setDeploymentStatus

public void setDeploymentStatus(ConfigurationDeploymentStatus 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.

Constraints:
Allowed Values: deployed, pending, failed

Parameters:
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.
See Also:
ConfigurationDeploymentStatus

withDeploymentStatus

public ConfigurationSettingsDescription withDeploymentStatus(ConfigurationDeploymentStatus 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.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Allowed Values: deployed, pending, failed

Parameters:
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.
Returns:
A reference to this updated object so that method calls can be chained together.
See Also:
ConfigurationDeploymentStatus

getDateCreated

public Date getDateCreated()
The date (in UTC time) when this configuration set was created.

Returns:
The date (in UTC time) when this configuration set was created.

setDateCreated

public void setDateCreated(Date dateCreated)
The date (in UTC time) when this configuration set was created.

Parameters:
dateCreated - The date (in UTC time) when this configuration set was created.

withDateCreated

public ConfigurationSettingsDescription withDateCreated(Date dateCreated)
The date (in UTC time) when this configuration set was created.

Returns a reference to this object so that method calls can be chained together.

Parameters:
dateCreated - The date (in UTC time) when this configuration set was created.
Returns:
A reference to this updated object so that method calls can be chained together.

getDateUpdated

public Date getDateUpdated()
The date (in UTC time) when this configuration set was last modified.

Returns:
The date (in UTC time) when this configuration set was last modified.

setDateUpdated

public void setDateUpdated(Date dateUpdated)
The date (in UTC time) when this configuration set was last modified.

Parameters:
dateUpdated - The date (in UTC time) when this configuration set was last modified.

withDateUpdated

public ConfigurationSettingsDescription withDateUpdated(Date dateUpdated)
The date (in UTC time) when this configuration set was last modified.

Returns a reference to this object so that method calls can be chained together.

Parameters:
dateUpdated - The date (in UTC time) when this configuration set was last modified.
Returns:
A reference to this updated object so that method calls can be chained together.

getOptionSettings

public List<ConfigurationOptionSetting> getOptionSettings()
A list of the configuration options and their values in this configuration set.

Returns:
A list of the configuration options and their values in this configuration set.

setOptionSettings

public void setOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
A list of the configuration options and their values in this configuration set.

Parameters:
optionSettings - A list of the configuration options and their values in this configuration set.

withOptionSettings

public ConfigurationSettingsDescription withOptionSettings(ConfigurationOptionSetting... optionSettings)
A list of the configuration options and their values in this configuration set.

Returns a reference to this object so that method calls can be chained together.

Parameters:
optionSettings - A list of the configuration options and their values in this configuration set.
Returns:
A reference to this updated object so that method calls can be chained together.

withOptionSettings

public ConfigurationSettingsDescription withOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
A list of the configuration options and their values in this configuration set.

Returns a reference to this object so that method calls can be chained together.

Parameters:
optionSettings - A list of the configuration options and their values in this configuration set.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.