@Generated(value="software.amazon.awssdk:codegen") public final class AwsElasticBeanstalkEnvironmentDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsElasticBeanstalkEnvironmentDetails.Builder,AwsElasticBeanstalkEnvironmentDetails>
Contains details about an Elastic Beanstalk environment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsElasticBeanstalkEnvironmentDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationName()
The name of the application that is associated with the environment.
|
static AwsElasticBeanstalkEnvironmentDetails.Builder |
builder() |
String |
cname()
The URL to the CNAME for this environment.
|
String |
dateCreated()
The creation date for this environment.
|
String |
dateUpdated()
The date when this environment was last modified.
|
String |
description()
A description of the environment.
|
String |
endpointUrl()
For load-balanced, autoscaling environments, the URL to the load balancer.
|
String |
environmentArn()
The ARN of the environment.
|
String |
environmentId()
The identifier of the environment.
|
List<AwsElasticBeanstalkEnvironmentEnvironmentLink> |
environmentLinks()
Links to other environments in the same group.
|
String |
environmentName()
The name of the environment.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasEnvironmentLinks()
For responses, this returns true if the service returned a value for the EnvironmentLinks property.
|
int |
hashCode() |
boolean |
hasOptionSettings()
For responses, this returns true if the service returned a value for the OptionSettings property.
|
List<AwsElasticBeanstalkEnvironmentOptionSetting> |
optionSettings()
The configuration setting for the environment.
|
String |
platformArn()
The ARN of the platform version for the environment.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsElasticBeanstalkEnvironmentDetails.Builder> |
serializableBuilderClass() |
String |
solutionStackName()
The name of the solution stack that is deployed with the environment.
|
String |
status()
The current operational status of the environment.
|
AwsElasticBeanstalkEnvironmentTier |
tier()
The tier of the environment.
|
AwsElasticBeanstalkEnvironmentDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
versionLabel()
The application version of the environment.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String applicationName()
The name of the application that is associated with the environment.
public final String cname()
The URL to the CNAME for this environment.
public final String dateCreated()
The creation date for this environment.
public final String dateUpdated()
The date when this environment was last modified.
public final String description()
A description of the environment.
public final String endpointUrl()
For load-balanced, autoscaling environments, the URL to the load balancer. For single-instance environments, the IP address of the instance.
public final String environmentArn()
The ARN of the environment.
public final String environmentId()
The identifier of the environment.
public final boolean hasEnvironmentLinks()
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<AwsElasticBeanstalkEnvironmentEnvironmentLink> environmentLinks()
Links to other environments in the same group.
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 hasEnvironmentLinks() method.
public final String environmentName()
The name of the environment.
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<AwsElasticBeanstalkEnvironmentOptionSetting> optionSettings()
The configuration setting for the environment.
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 final String platformArn()
The ARN of the platform version for the environment.
public final String solutionStackName()
The name of the solution stack that is deployed with the environment.
public final String status()
The current operational status of the environment. Valid values are as follows:
Aborting
Launching
LinkingFrom
LinkingTo
Ready
Terminated
Terminating
Updating
Aborting
Launching
LinkingFrom
LinkingTo
Ready
Terminated
Terminating
Updating
public final AwsElasticBeanstalkEnvironmentTier tier()
The tier of the environment.
public final String versionLabel()
The application version of the environment.
public AwsElasticBeanstalkEnvironmentDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsElasticBeanstalkEnvironmentDetails.Builder,AwsElasticBeanstalkEnvironmentDetails>public static AwsElasticBeanstalkEnvironmentDetails.Builder builder()
public static Class<? extends AwsElasticBeanstalkEnvironmentDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.