Class ExpressGatewayServiceStatus
- java.lang.Object
-
- software.amazon.awssdk.services.ecs.model.ExpressGatewayServiceStatus
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ExpressGatewayServiceStatus.Builder,ExpressGatewayServiceStatus>
@Generated("software.amazon.awssdk:codegen") public final class ExpressGatewayServiceStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExpressGatewayServiceStatus.Builder,ExpressGatewayServiceStatus>
An object that defines the status of Express service creation and information about the status of the service.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExpressGatewayServiceStatus.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExpressGatewayServiceStatus.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ExpressGatewayServiceStatus.Builder>serializableBuilderClass()ExpressGatewayServiceStatusCodestatusCode()The status of the Express service.StringstatusCodeAsString()The status of the Express service.StringstatusReason()Information about why the Express service is in the current status.ExpressGatewayServiceStatus.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
-
statusCode
public final ExpressGatewayServiceStatusCode statusCode()
The status of the Express service.
If the service returns an enum value that is not available in the current SDK version,
statusCodewill returnExpressGatewayServiceStatusCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusCodeAsString().- Returns:
- The status of the Express service.
- See Also:
ExpressGatewayServiceStatusCode
-
statusCodeAsString
public final String statusCodeAsString()
The status of the Express service.
If the service returns an enum value that is not available in the current SDK version,
statusCodewill returnExpressGatewayServiceStatusCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusCodeAsString().- Returns:
- The status of the Express service.
- See Also:
ExpressGatewayServiceStatusCode
-
statusReason
public final String statusReason()
Information about why the Express service is in the current status.
- Returns:
- Information about why the Express service is in the current status.
-
toBuilder
public ExpressGatewayServiceStatus.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ExpressGatewayServiceStatus.Builder,ExpressGatewayServiceStatus>
-
builder
public static ExpressGatewayServiceStatus.Builder builder()
-
serializableBuilderClass
public static Class<? extends ExpressGatewayServiceStatus.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
-
-