Class ContainerFleetLocationAttributes
- java.lang.Object
-
- software.amazon.awssdk.services.gamelift.model.ContainerFleetLocationAttributes
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ContainerFleetLocationAttributes.Builder,ContainerFleetLocationAttributes>
@Generated("software.amazon.awssdk:codegen") public final class ContainerFleetLocationAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ContainerFleetLocationAttributes.Builder,ContainerFleetLocationAttributes>
Details about a location in a multi-location container fleet.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceContainerFleetLocationAttributes.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ContainerFleetLocationAttributes.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringlocation()A location identifier.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ContainerFleetLocationAttributes.Builder>serializableBuilderClass()ContainerFleetLocationStatusstatus()The status of fleet activity in the location.StringstatusAsString()The status of fleet activity in the location.ContainerFleetLocationAttributes.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
location
public final String location()
A location identifier.
- Returns:
- A location identifier.
-
status
public final ContainerFleetLocationStatus status()
The status of fleet activity in the location.
-
PENDING-- A new container fleet has been requested. -
CREATING-- A new container fleet resource is being created. -
CREATED-- A new container fleet resource has been created. No fleet instances have been deployed. -
ACTIVATING-- New container fleet instances are being deployed. -
ACTIVE-- The container fleet has been deployed and is ready to host game sessions. -
UPDATING-- Updates to the container fleet is being updated. A deployment is in progress.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnContainerFleetLocationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of fleet activity in the location.
-
PENDING-- A new container fleet has been requested. -
CREATING-- A new container fleet resource is being created. -
CREATED-- A new container fleet resource has been created. No fleet instances have been deployed. -
ACTIVATING-- New container fleet instances are being deployed. -
ACTIVE-- The container fleet has been deployed and is ready to host game sessions. -
UPDATING-- Updates to the container fleet is being updated. A deployment is in progress.
-
- See Also:
ContainerFleetLocationStatus
-
-
statusAsString
public final String statusAsString()
The status of fleet activity in the location.
-
PENDING-- A new container fleet has been requested. -
CREATING-- A new container fleet resource is being created. -
CREATED-- A new container fleet resource has been created. No fleet instances have been deployed. -
ACTIVATING-- New container fleet instances are being deployed. -
ACTIVE-- The container fleet has been deployed and is ready to host game sessions. -
UPDATING-- Updates to the container fleet is being updated. A deployment is in progress.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnContainerFleetLocationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of fleet activity in the location.
-
PENDING-- A new container fleet has been requested. -
CREATING-- A new container fleet resource is being created. -
CREATED-- A new container fleet resource has been created. No fleet instances have been deployed. -
ACTIVATING-- New container fleet instances are being deployed. -
ACTIVE-- The container fleet has been deployed and is ready to host game sessions. -
UPDATING-- Updates to the container fleet is being updated. A deployment is in progress.
-
- See Also:
ContainerFleetLocationStatus
-
-
toBuilder
public ContainerFleetLocationAttributes.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ContainerFleetLocationAttributes.Builder,ContainerFleetLocationAttributes>
-
builder
public static ContainerFleetLocationAttributes.Builder builder()
-
serializableBuilderClass
public static Class<? extends ContainerFleetLocationAttributes.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-