Class UpdatedExpressGatewayService
- java.lang.Object
-
- software.amazon.awssdk.services.ecs.model.UpdatedExpressGatewayService
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UpdatedExpressGatewayService.Builder,UpdatedExpressGatewayService>
@Generated("software.amazon.awssdk:codegen") public final class UpdatedExpressGatewayService extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UpdatedExpressGatewayService.Builder,UpdatedExpressGatewayService>
An object that describes an Express service to be updated.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdatedExpressGatewayService.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdatedExpressGatewayService.Builderbuilder()Stringcluster()The cluster associated with the Express service that is being updated.InstantcreatedAt()The Unix timestamp for when the Express service that is being updated was created.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 UpdatedExpressGatewayService.Builder>serializableBuilderClass()StringserviceArn()The ARN of the Express service that is being updated.StringserviceName()The name of the Express service that is being updated.ExpressGatewayServiceStatusstatus()The status of the Express service that is being updated.ExpressGatewayServiceConfigurationtargetConfiguration()The configuration to which the current Express service is being updated to.UpdatedExpressGatewayService.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdatedAt()The Unix timestamp for when the Express service that is being updated was most recently updated.-
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
-
serviceArn
public final String serviceArn()
The ARN of the Express service that is being updated.
- Returns:
- The ARN of the Express service that is being updated.
-
cluster
public final String cluster()
The cluster associated with the Express service that is being updated.
- Returns:
- The cluster associated with the Express service that is being updated.
-
serviceName
public final String serviceName()
The name of the Express service that is being updated.
- Returns:
- The name of the Express service that is being updated.
-
status
public final ExpressGatewayServiceStatus status()
The status of the Express service that is being updated.
- Returns:
- The status of the Express service that is being updated.
-
targetConfiguration
public final ExpressGatewayServiceConfiguration targetConfiguration()
The configuration to which the current Express service is being updated to.
- Returns:
- The configuration to which the current Express service is being updated to.
-
createdAt
public final Instant createdAt()
The Unix timestamp for when the Express service that is being updated was created.
- Returns:
- The Unix timestamp for when the Express service that is being updated was created.
-
updatedAt
public final Instant updatedAt()
The Unix timestamp for when the Express service that is being updated was most recently updated.
- Returns:
- The Unix timestamp for when the Express service that is being updated was most recently updated.
-
toBuilder
public UpdatedExpressGatewayService.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdatedExpressGatewayService.Builder,UpdatedExpressGatewayService>
-
builder
public static UpdatedExpressGatewayService.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdatedExpressGatewayService.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
-
-