@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()
Returns true if the EnvironmentLinks property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasOptionSettings()
Returns true if the OptionSettings property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
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()
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.
You can use hasEnvironmentLinks() to see if a value was sent in this field.
public final String environmentName()
The name of the environment.
public final boolean hasOptionSettings()
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.
You can use hasOptionSettings() to see if a value was sent in this field.
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.
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 © 2021. All rights reserved.