@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateConfigurationTemplateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Describes the settings for a configuration set.
Constructor and Description |
---|
UpdateConfigurationTemplateResult() |
Modifier and Type | Method and Description |
---|---|
UpdateConfigurationTemplateResult |
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 |
getPlatformArn()
The ARN of the platform.
|
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 |
setPlatformArn(String platformArn)
The ARN of the platform.
|
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
DeploymentStatus parameter
indicates the deployment status of this configuration set: |
UpdateConfigurationTemplateResult |
withDeploymentStatus(String deploymentStatus)
If this configuration set is associated with an environment, the
DeploymentStatus parameter
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 |
withPlatformArn(String platformArn)
The ARN of the platform.
|
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. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSolutionStackName(String solutionStackName)
The name of the solution stack this configuration set uses.
solutionStackName
- The name of the solution stack this configuration set uses.public String getSolutionStackName()
The name of the solution stack this configuration set uses.
public UpdateConfigurationTemplateResult withSolutionStackName(String solutionStackName)
The name of the solution stack this configuration set uses.
solutionStackName
- The name of the solution stack this configuration set uses.public void setPlatformArn(String platformArn)
The ARN of the platform.
platformArn
- The ARN of the platform.public String getPlatformArn()
The ARN of the platform.
public UpdateConfigurationTemplateResult withPlatformArn(String platformArn)
The ARN of the platform.
platformArn
- The ARN of the platform.public void setApplicationName(String applicationName)
The name of the application associated with this configuration set.
applicationName
- The name of the application associated with this configuration set.public String getApplicationName()
The name of the application associated with this configuration set.
public UpdateConfigurationTemplateResult withApplicationName(String applicationName)
The name of the application associated with this configuration set.
applicationName
- The name of the application associated with this configuration set.public void setTemplateName(String templateName)
If not null
, the name of the configuration template for this configuration set.
templateName
- If not null
, the name of the configuration template for this configuration set.public String getTemplateName()
If not null
, the name of the configuration template for this configuration set.
null
, the name of the configuration template for this configuration set.public UpdateConfigurationTemplateResult withTemplateName(String templateName)
If not null
, the name of the configuration template for this configuration set.
templateName
- If not null
, the name of the configuration template for this configuration set.public void setDescription(String description)
Describes this configuration set.
description
- Describes this configuration set.public String getDescription()
Describes this configuration set.
public UpdateConfigurationTemplateResult withDescription(String description)
Describes this configuration set.
description
- Describes this configuration set.public void setEnvironmentName(String environmentName)
If not null
, the name of the environment for this configuration set.
environmentName
- If not null
, the name of the environment for this configuration set.public String getEnvironmentName()
If not null
, the name of the environment for this configuration set.
null
, the name of the environment for this configuration set.public UpdateConfigurationTemplateResult withEnvironmentName(String environmentName)
If not null
, the name of the environment for this configuration set.
environmentName
- If not null
, the name of the environment for this configuration set.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.
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.
ConfigurationDeploymentStatus
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.
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.
ConfigurationDeploymentStatus
public UpdateConfigurationTemplateResult 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.
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.
ConfigurationDeploymentStatus
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.
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.
ConfigurationDeploymentStatus
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.
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.
ConfigurationDeploymentStatus
public void setDateCreated(Date dateCreated)
The date (in UTC time) when this configuration set was created.
dateCreated
- The date (in UTC time) when this configuration set was created.public Date getDateCreated()
The date (in UTC time) when this configuration set was created.
public UpdateConfigurationTemplateResult withDateCreated(Date dateCreated)
The date (in UTC time) when this configuration set was created.
dateCreated
- The date (in UTC time) when this configuration set was created.public void setDateUpdated(Date dateUpdated)
The date (in UTC time) when this configuration set was last modified.
dateUpdated
- The date (in UTC time) when this configuration set was last modified.public Date getDateUpdated()
The date (in UTC time) when this configuration set was last modified.
public UpdateConfigurationTemplateResult withDateUpdated(Date dateUpdated)
The date (in UTC time) when this configuration set was last modified.
dateUpdated
- The date (in UTC time) when this configuration set was last modified.public List<ConfigurationOptionSetting> getOptionSettings()
A list of the configuration options and their values in this configuration set.
public void setOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
A list of the configuration options and their values in this configuration set.
optionSettings
- A list of the configuration options and their values in this configuration set.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)
or withOptionSettings(java.util.Collection)
if you want
to override the existing values.
optionSettings
- A list of the configuration options and their values in this configuration set.public UpdateConfigurationTemplateResult withOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
A list of the configuration options and their values in this configuration set.
optionSettings
- A list of the configuration options and their values in this configuration set.public String toString()
toString
in class Object
Object.toString()
public UpdateConfigurationTemplateResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.