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