@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnvironmentInfo extends Object implements Serializable, Cloneable, StructuredPojo
Information about the active domain environment.
| Constructor and Description |
|---|
EnvironmentInfo() |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentInfo |
clone() |
boolean |
equals(Object obj) |
List<AvailabilityZoneInfo> |
getAvailabilityZoneInformation()
A list of
AvailabilityZoneInfo for the domain. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAvailabilityZoneInformation(Collection<AvailabilityZoneInfo> availabilityZoneInformation)
A list of
AvailabilityZoneInfo for the domain. |
String |
toString()
Returns a string representation of this object.
|
EnvironmentInfo |
withAvailabilityZoneInformation(AvailabilityZoneInfo... availabilityZoneInformation)
A list of
AvailabilityZoneInfo for the domain. |
EnvironmentInfo |
withAvailabilityZoneInformation(Collection<AvailabilityZoneInfo> availabilityZoneInformation)
A list of
AvailabilityZoneInfo for the domain. |
public List<AvailabilityZoneInfo> getAvailabilityZoneInformation()
A list of AvailabilityZoneInfo for the domain.
AvailabilityZoneInfo for the domain.public void setAvailabilityZoneInformation(Collection<AvailabilityZoneInfo> availabilityZoneInformation)
A list of AvailabilityZoneInfo for the domain.
availabilityZoneInformation - A list of AvailabilityZoneInfo for the domain.public EnvironmentInfo withAvailabilityZoneInformation(AvailabilityZoneInfo... availabilityZoneInformation)
A list of AvailabilityZoneInfo for the domain.
NOTE: This method appends the values to the existing list (if any). Use
setAvailabilityZoneInformation(java.util.Collection) or
withAvailabilityZoneInformation(java.util.Collection) if you want to override the existing values.
availabilityZoneInformation - A list of AvailabilityZoneInfo for the domain.public EnvironmentInfo withAvailabilityZoneInformation(Collection<AvailabilityZoneInfo> availabilityZoneInformation)
A list of AvailabilityZoneInfo for the domain.
availabilityZoneInformation - A list of AvailabilityZoneInfo for the domain.public String toString()
toString in class ObjectObject.toString()public EnvironmentInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.