@Generated(value="software.amazon.awssdk:codegen") public final class EnvironmentResourceDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EnvironmentResourceDescription.Builder,EnvironmentResourceDescription>
Describes the AWS resources in use by this environment. This data is live.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EnvironmentResourceDescription.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<AutoScalingGroup> |
autoScalingGroups()
The
AutoScalingGroups used by this environment. |
static EnvironmentResourceDescription.Builder |
builder() |
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 |
hasAutoScalingGroups()
Returns true if the AutoScalingGroups 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 |
hasInstances()
Returns true if the Instances property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
boolean |
hasLaunchConfigurations()
Returns true if the LaunchConfigurations property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasLaunchTemplates()
Returns true if the LaunchTemplates property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasLoadBalancers()
Returns true if the LoadBalancers property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
boolean |
hasQueues()
Returns true if the Queues property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
boolean |
hasTriggers()
Returns true if the Triggers 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<Instance> |
instances()
The Amazon EC2 instances used by this environment.
|
List<LaunchConfiguration> |
launchConfigurations()
The Auto Scaling launch configurations in use by this environment.
|
List<LaunchTemplate> |
launchTemplates()
The Amazon EC2 launch templates in use by this environment.
|
List<LoadBalancer> |
loadBalancers()
The LoadBalancers in use by this environment.
|
List<Queue> |
queues()
The queues used by this environment.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EnvironmentResourceDescription.Builder> |
serializableBuilderClass() |
EnvironmentResourceDescription.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<Trigger> |
triggers()
The
AutoScaling triggers in use by this environment. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String environmentName()
The name of the environment.
public final boolean hasAutoScalingGroups()
public final List<AutoScalingGroup> autoScalingGroups()
The AutoScalingGroups used by this environment.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasAutoScalingGroups() to see if a value was sent in this field.
AutoScalingGroups used by this environment.public final boolean hasInstances()
public final List<Instance> instances()
The Amazon EC2 instances used by this environment.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasInstances() to see if a value was sent in this field.
public final boolean hasLaunchConfigurations()
public final List<LaunchConfiguration> launchConfigurations()
The Auto Scaling launch configurations in use by this environment.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasLaunchConfigurations() to see if a value was sent in this field.
public final boolean hasLaunchTemplates()
public final List<LaunchTemplate> launchTemplates()
The Amazon EC2 launch templates in use by this environment.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasLaunchTemplates() to see if a value was sent in this field.
public final boolean hasLoadBalancers()
public final List<LoadBalancer> loadBalancers()
The LoadBalancers in use by this environment.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasLoadBalancers() to see if a value was sent in this field.
public final boolean hasTriggers()
public final List<Trigger> triggers()
The AutoScaling triggers in use by this environment.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTriggers() to see if a value was sent in this field.
AutoScaling triggers in use by this environment.public final boolean hasQueues()
public final List<Queue> queues()
The queues used by this environment.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasQueues() to see if a value was sent in this field.
public EnvironmentResourceDescription.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EnvironmentResourceDescription.Builder,EnvironmentResourceDescription>public static EnvironmentResourceDescription.Builder builder()
public static Class<? extends EnvironmentResourceDescription.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.