Class UpdateConfigurationTemplateResult
- java.lang.Object
-
- com.amazonaws.services.elasticbeanstalk.model.UpdateConfigurationTemplateResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class UpdateConfigurationTemplateResult extends Object implements Serializable, Cloneable
Describes the settings for a configuration set.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UpdateConfigurationTemplateResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateConfigurationTemplateResultclone()booleanequals(Object obj)StringgetApplicationName()The name of the application associated with this configuration set.DategetDateCreated()The date (in UTC time) when this configuration set was created.DategetDateUpdated()The date (in UTC time) when this configuration set was last modified.StringgetDeploymentStatus()If this configuration set is associated with an environment, theDeploymentStatusparameter indicates the deployment status of this configuration set:StringgetDescription()Describes this configuration set.StringgetEnvironmentName()If notnull, 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.StringgetSolutionStackName()The name of the solution stack this configuration set uses.StringgetTemplateName()If notnull, the name of the configuration template for this configuration set.inthashCode()voidsetApplicationName(String applicationName)The name of the application associated with this configuration set.voidsetDateCreated(Date dateCreated)The date (in UTC time) when this configuration set was created.voidsetDateUpdated(Date dateUpdated)The date (in UTC time) when this configuration set was last modified.voidsetDeploymentStatus(ConfigurationDeploymentStatus deploymentStatus)If this configuration set is associated with an environment, theDeploymentStatusparameter indicates the deployment status of this configuration set:voidsetDeploymentStatus(String deploymentStatus)If this configuration set is associated with an environment, theDeploymentStatusparameter indicates the deployment status of this configuration set:voidsetDescription(String description)Describes this configuration set.voidsetEnvironmentName(String environmentName)If notnull, the name of the environment for this configuration set.voidsetOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)A list of the configuration options and their values in this configuration set.voidsetSolutionStackName(String solutionStackName)The name of the solution stack this configuration set uses.voidsetTemplateName(String templateName)If notnull, the name of the configuration template for this configuration set.StringtoString()Returns a string representation of this object; useful for testing and debugging.UpdateConfigurationTemplateResultwithApplicationName(String applicationName)The name of the application associated with this configuration set.UpdateConfigurationTemplateResultwithDateCreated(Date dateCreated)The date (in UTC time) when this configuration set was created.UpdateConfigurationTemplateResultwithDateUpdated(Date dateUpdated)The date (in UTC time) when this configuration set was last modified.UpdateConfigurationTemplateResultwithDeploymentStatus(ConfigurationDeploymentStatus deploymentStatus)If this configuration set is associated with an environment, theDeploymentStatusparameter indicates the deployment status of this configuration set:UpdateConfigurationTemplateResultwithDeploymentStatus(String deploymentStatus)If this configuration set is associated with an environment, theDeploymentStatusparameter indicates the deployment status of this configuration set:UpdateConfigurationTemplateResultwithDescription(String description)Describes this configuration set.UpdateConfigurationTemplateResultwithEnvironmentName(String environmentName)If notnull, the name of the environment for this configuration set.UpdateConfigurationTemplateResultwithOptionSettings(ConfigurationOptionSetting... optionSettings)A list of the configuration options and their values in this configuration set.UpdateConfigurationTemplateResultwithOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)A list of the configuration options and their values in this configuration set.UpdateConfigurationTemplateResultwithSolutionStackName(String solutionStackName)The name of the solution stack this configuration set uses.UpdateConfigurationTemplateResultwithTemplateName(String templateName)If notnull, the name of the configuration template for this configuration set.
-
-
-
Method Detail
-
setSolutionStackName
public void setSolutionStackName(String solutionStackName)
The name of the solution stack this configuration set uses.
- Parameters:
solutionStackName- The name of the solution stack this configuration set uses.
-
getSolutionStackName
public String getSolutionStackName()
The name of the solution stack this configuration set uses.
- Returns:
- The name of the solution stack this configuration set uses.
-
withSolutionStackName
public UpdateConfigurationTemplateResult withSolutionStackName(String solutionStackName)
The name of the solution stack this configuration set uses.
- Parameters:
solutionStackName- The name of the solution stack this configuration set uses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setApplicationName
public void setApplicationName(String applicationName)
The name of the application associated with this configuration set.
- Parameters:
applicationName- The name of the application associated with this configuration set.
-
getApplicationName
public String getApplicationName()
The name of the application associated with this configuration set.
- Returns:
- The name of the application associated with this configuration set.
-
withApplicationName
public UpdateConfigurationTemplateResult withApplicationName(String applicationName)
The name of the application associated with this configuration set.
- Parameters:
applicationName- The name of the application associated with this configuration set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTemplateName
public void setTemplateName(String templateName)
If not
null, the name of the configuration template for this configuration set.- Parameters:
templateName- If notnull, the name of the configuration template for this configuration set.
-
getTemplateName
public String getTemplateName()
If not
null, the name of the configuration template for this configuration set.- Returns:
- If not
null, the name of the configuration template for this configuration set.
-
withTemplateName
public UpdateConfigurationTemplateResult withTemplateName(String templateName)
If not
null, the name of the configuration template for this configuration set.- Parameters:
templateName- If notnull, the name of the configuration template for this configuration set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDescription
public void setDescription(String description)
Describes this configuration set.
- Parameters:
description- Describes this configuration set.
-
getDescription
public String getDescription()
Describes this configuration set.
- Returns:
- Describes this configuration set.
-
withDescription
public UpdateConfigurationTemplateResult withDescription(String description)
Describes this configuration set.
- Parameters:
description- Describes this configuration set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setEnvironmentName
public void setEnvironmentName(String environmentName)
If not
null, the name of the environment for this configuration set.- Parameters:
environmentName- If notnull, the name of the environment for this configuration set.
-
getEnvironmentName
public String getEnvironmentName()
If not
null, the name of the environment for this configuration set.- Returns:
- If not
null, the name of the environment for this configuration set.
-
withEnvironmentName
public UpdateConfigurationTemplateResult withEnvironmentName(String environmentName)
If not
null, the name of the environment for this configuration set.- Parameters:
environmentName- If notnull, the name of the environment for this configuration set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDeploymentStatus
public void setDeploymentStatus(String deploymentStatus)
If this configuration set is associated with an environment, the
DeploymentStatusparameter 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.
- Parameters:
deploymentStatus- If this configuration set is associated with an environment, theDeploymentStatusparameter 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.
-
- See Also:
ConfigurationDeploymentStatus
-
-
getDeploymentStatus
public String getDeploymentStatus()
If this configuration set is associated with an environment, the
DeploymentStatusparameter 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.
- Returns:
- If this configuration set is associated with an environment, the
DeploymentStatusparameter 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.
-
- See Also:
ConfigurationDeploymentStatus
-
-
withDeploymentStatus
public UpdateConfigurationTemplateResult withDeploymentStatus(String deploymentStatus)
If this configuration set is associated with an environment, the
DeploymentStatusparameter 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.
- Parameters:
deploymentStatus- If this configuration set is associated with an environment, theDeploymentStatusparameter 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.
-
- Returns:
- Returns a reference to this 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
DeploymentStatusparameter 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.
- Parameters:
deploymentStatus- If this configuration set is associated with an environment, theDeploymentStatusparameter 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.
-
- See Also:
ConfigurationDeploymentStatus
-
-
withDeploymentStatus
public UpdateConfigurationTemplateResult withDeploymentStatus(ConfigurationDeploymentStatus deploymentStatus)
If this configuration set is associated with an environment, the
DeploymentStatusparameter 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.
- Parameters:
deploymentStatus- If this configuration set is associated with an environment, theDeploymentStatusparameter 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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConfigurationDeploymentStatus
-
-
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.
-
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.
-
withDateCreated
public UpdateConfigurationTemplateResult withDateCreated(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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
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.
-
withDateUpdated
public UpdateConfigurationTemplateResult withDateUpdated(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.- Returns:
- Returns a reference to this 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 UpdateConfigurationTemplateResult withOptionSettings(ConfigurationOptionSetting... optionSettings)
A list of the configuration options and their values in this configuration set.
NOTE: This method appends the values to the existing list (if any). Use
setOptionSettings(java.util.Collection)orwithOptionSettings(java.util.Collection)if you want to override the existing values.- Parameters:
optionSettings- A list of the configuration options and their values in this configuration set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withOptionSettings
public UpdateConfigurationTemplateResult withOptionSettings(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.- Returns:
- Returns a reference to this 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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public UpdateConfigurationTemplateResult clone()
-
-