Class CapacityTaskSummary
- java.lang.Object
-
- software.amazon.awssdk.services.outposts.model.CapacityTaskSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CapacityTaskSummary.Builder,CapacityTaskSummary>
@Generated("software.amazon.awssdk:codegen") public final class CapacityTaskSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CapacityTaskSummary.Builder,CapacityTaskSummary>
The summary of the capacity task.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCapacityTaskSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CapacityTaskSummary.Builderbuilder()StringcapacityTaskId()The ID of the specified capacity task.CapacityTaskStatuscapacityTaskStatus()The status of the capacity task.StringcapacityTaskStatusAsString()The status of the capacity task.InstantcompletionDate()The date that the specified capacity task successfully ran.InstantcreationDate()The date that the specified capacity task was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastModifiedDate()The date that the specified capacity was last modified.StringorderId()The ID of the Amazon Web Services Outposts order of the host associated with the capacity task.StringoutpostId()The ID of the Outpost associated with the specified capacity task.List<SdkField<?>>sdkFields()static Class<? extends CapacityTaskSummary.Builder>serializableBuilderClass()CapacityTaskSummary.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
-
capacityTaskId
public final String capacityTaskId()
The ID of the specified capacity task.
- Returns:
- The ID of the specified capacity task.
-
outpostId
public final String outpostId()
The ID of the Outpost associated with the specified capacity task.
- Returns:
- The ID of the Outpost associated with the specified capacity task.
-
orderId
public final String orderId()
The ID of the Amazon Web Services Outposts order of the host associated with the capacity task.
- Returns:
- The ID of the Amazon Web Services Outposts order of the host associated with the capacity task.
-
capacityTaskStatus
public final CapacityTaskStatus capacityTaskStatus()
The status of the capacity task.
If the service returns an enum value that is not available in the current SDK version,
capacityTaskStatuswill returnCapacityTaskStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcapacityTaskStatusAsString().- Returns:
- The status of the capacity task.
- See Also:
CapacityTaskStatus
-
capacityTaskStatusAsString
public final String capacityTaskStatusAsString()
The status of the capacity task.
If the service returns an enum value that is not available in the current SDK version,
capacityTaskStatuswill returnCapacityTaskStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcapacityTaskStatusAsString().- Returns:
- The status of the capacity task.
- See Also:
CapacityTaskStatus
-
creationDate
public final Instant creationDate()
The date that the specified capacity task was created.
- Returns:
- The date that the specified capacity task was created.
-
completionDate
public final Instant completionDate()
The date that the specified capacity task successfully ran.
- Returns:
- The date that the specified capacity task successfully ran.
-
lastModifiedDate
public final Instant lastModifiedDate()
The date that the specified capacity was last modified.
- Returns:
- The date that the specified capacity was last modified.
-
toBuilder
public CapacityTaskSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CapacityTaskSummary.Builder,CapacityTaskSummary>
-
builder
public static CapacityTaskSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends CapacityTaskSummary.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.
-
-