Class UpdateConfigurationTemplateResult
- All Implemented Interfaces:
Serializable
,Cloneable
Describes the settings for a configuration set.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The name of the application associated with this configuration set.The date (in UTC time) when this configuration set was created.The date (in UTC time) when this configuration set was last modified.If this configuration set is associated with an environment, theDeploymentStatus
parameter indicates the deployment status of this configuration set:Describes this configuration set.If notnull
, the name of the environment for this configuration set.A list of the configuration options and their values in this configuration set.The name of the solution stack this configuration set uses.If notnull
, 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, theDeploymentStatus
parameter indicates the deployment status of this configuration set:void
setDeploymentStatus
(String deploymentStatus) If this configuration set is associated with an environment, theDeploymentStatus
parameter indicates the deployment status of this configuration set:void
setDescription
(String description) Describes this configuration set.void
setEnvironmentName
(String environmentName) If notnull
, 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 notnull
, the name of the configuration template for this configuration set.toString()
Returns a string representation of this object; useful for testing and debugging.withApplicationName
(String applicationName) The name of the application associated with this configuration set.withDateCreated
(Date dateCreated) The date (in UTC time) when this configuration set was created.withDateUpdated
(Date dateUpdated) The date (in UTC time) when this configuration set was last modified.withDeploymentStatus
(ConfigurationDeploymentStatus deploymentStatus) If this configuration set is associated with an environment, theDeploymentStatus
parameter indicates the deployment status of this configuration set:withDeploymentStatus
(String deploymentStatus) If this configuration set is associated with an environment, theDeploymentStatus
parameter indicates the deployment status of this configuration set:withDescription
(String description) Describes this configuration set.withEnvironmentName
(String environmentName) If notnull
, the name of the environment for this configuration set.withOptionSettings
(ConfigurationOptionSetting... optionSettings) A list of the configuration options and their values in this configuration set.withOptionSettings
(Collection<ConfigurationOptionSetting> optionSettings) A list of the configuration options and their values in this configuration set.withSolutionStackName
(String solutionStackName) The name of the solution stack this configuration set uses.withTemplateName
(String templateName) If notnull
, the name of the configuration template for this configuration set.
-
Constructor Details
-
UpdateConfigurationTemplateResult
public UpdateConfigurationTemplateResult()
-
-
Method Details
-
setSolutionStackName
The name of the solution stack this configuration set uses.
- Parameters:
solutionStackName
- The name of the solution stack this configuration set uses.
-
getSolutionStackName
The name of the solution stack this configuration set uses.
- Returns:
- The name of the solution stack this configuration set uses.
-
withSolutionStackName
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
The name of the application associated with this configuration set.
- Parameters:
applicationName
- The name of the application associated with this configuration set.
-
getApplicationName
The name of the application associated with this configuration set.
- Returns:
- The name of the application associated with this configuration set.
-
withApplicationName
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
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
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
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
Describes this configuration set.
- Parameters:
description
- Describes this configuration set.
-
getDescription
Describes this configuration set.
- Returns:
- Describes this configuration set.
-
withDescription
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
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
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
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
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.
- Parameters:
deploymentStatus
- If this configuration set is associated with an environment, theDeploymentStatus
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.
-
- See Also:
-
-
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.
- 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.
-
- See Also:
-
-
withDeploymentStatus
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.
- Parameters:
deploymentStatus
- If this configuration set is associated with an environment, theDeploymentStatus
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
setDeploymentStatus
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.
- Parameters:
deploymentStatus
- If this configuration set is associated with an environment, theDeploymentStatus
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.
-
- See Also:
-
-
withDeploymentStatus
public UpdateConfigurationTemplateResult 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.
- Parameters:
deploymentStatus
- If this configuration set is associated with an environment, theDeploymentStatus
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
setDateCreated
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
The date (in UTC time) when this configuration set was created.
- Returns:
- The date (in UTC time) when this configuration set was created.
-
withDateCreated
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
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
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
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
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
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-