ToCopyableBuilder<CreateConfigurationTemplateResponse.Builder,CreateConfigurationTemplateResponse>
@Generated("software.amazon.awssdk:codegen") public class CreateConfigurationTemplateResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<CreateConfigurationTemplateResponse.Builder,CreateConfigurationTemplateResponse>
Describes the settings for a configuration set.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateConfigurationTemplateResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
applicationName() |
The name of the application associated with this configuration set.
|
static CreateConfigurationTemplateResponse.Builder |
builder() |
|
Date |
dateCreated() |
The date (in UTC time) when this configuration set was created.
|
Date |
dateUpdated() |
The date (in UTC time) when this configuration set was last modified.
|
String |
deploymentStatus() |
If this configuration set is associated with an environment, the
DeploymentStatus parameter
indicates the deployment status of this configuration set: |
String |
description() |
Describes this configuration set.
|
String |
environmentName() |
If not
null , the name of the environment for this configuration set. |
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<ConfigurationOptionSetting> |
optionSettings() |
A list of the configuration options and their values in this configuration set.
|
String |
platformArn() |
The ARN of the custom platform.
|
static Class<? extends CreateConfigurationTemplateResponse.Builder> |
serializableBuilderClass() |
|
String |
solutionStackName() |
The name of the solution stack this configuration set uses.
|
String |
templateName() |
If not
null , the name of the configuration template for this configuration set. |
CreateConfigurationTemplateResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String solutionStackName()
The name of the solution stack this configuration set uses.
public String platformArn()
The ARN of the custom platform.
public String applicationName()
The name of the application associated with this configuration set.
public String templateName()
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 String description()
Describes this configuration set.
public String environmentName()
If not null
, the name of the environment for this configuration set.
null
, the name of the environment for this configuration set.public 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
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 Date dateCreated()
The date (in UTC time) when this configuration set was created.
public Date dateUpdated()
The date (in UTC time) when this configuration set was last modified.
public List<ConfigurationOptionSetting> optionSettings()
A list of the configuration options and their values in this configuration set.
public CreateConfigurationTemplateResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateConfigurationTemplateResponse.Builder,CreateConfigurationTemplateResponse>
public static CreateConfigurationTemplateResponse.Builder builder()
public static Class<? extends CreateConfigurationTemplateResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.