@Generated(value="software.amazon.awssdk:codegen") public final class UpdateConfigurationTemplateResponse extends ElasticBeanstalkResponse implements ToCopyableBuilder<UpdateConfigurationTemplateResponse.Builder,UpdateConfigurationTemplateResponse>
Describes the settings for a configuration set.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateConfigurationTemplateResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationName()
The name of the application associated with this configuration set.
|
static UpdateConfigurationTemplateResponse.Builder |
builder() |
Instant |
dateCreated()
The date (in UTC time) when this configuration set was created.
|
Instant |
dateUpdated()
The date (in UTC time) when this configuration set was last modified.
|
ConfigurationDeploymentStatus |
deploymentStatus()
If this configuration set is associated with an environment, the
DeploymentStatus parameter
indicates the deployment status of this configuration set: |
String |
deploymentStatusAsString()
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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasOptionSettings()
For responses, this returns true if the service returned a value for the OptionSettings property.
|
List<ConfigurationOptionSetting> |
optionSettings()
A list of the configuration options and their values in this configuration set.
|
String |
platformArn()
The ARN of the platform version.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateConfigurationTemplateResponse.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. |
UpdateConfigurationTemplateResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String solutionStackName()
The name of the solution stack this configuration set uses.
public final String platformArn()
The ARN of the platform version.
public final String applicationName()
The name of the application associated with this configuration set.
public final 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 final String description()
Describes this configuration set.
public final 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 final 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.
If the service returns an enum value that is not available in the current SDK version, deploymentStatus
will return ConfigurationDeploymentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from deploymentStatusAsString().
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.
ConfigurationDeploymentStatuspublic final String deploymentStatusAsString()
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.
If the service returns an enum value that is not available in the current SDK version, deploymentStatus
will return ConfigurationDeploymentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from deploymentStatusAsString().
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.
ConfigurationDeploymentStatuspublic final Instant dateCreated()
The date (in UTC time) when this configuration set was created.
public final Instant dateUpdated()
The date (in UTC time) when this configuration set was last modified.
public final boolean hasOptionSettings()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<ConfigurationOptionSetting> optionSettings()
A list of the configuration options and their values in this configuration set.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasOptionSettings() method.
public UpdateConfigurationTemplateResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateConfigurationTemplateResponse.Builder,UpdateConfigurationTemplateResponse>toBuilder in class AwsResponsepublic static UpdateConfigurationTemplateResponse.Builder builder()
public static Class<? extends UpdateConfigurationTemplateResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2022. All rights reserved.