@Generated(value="software.amazon.awssdk:codegen") public final class FleetSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FleetSummary.Builder,FleetSummary>
Information about a fleet.
You can use the API operation to return this information about multiple fleets.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FleetSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the fleet.
|
static FleetSummary.Builder |
builder() |
Instant |
creationTime()
The time the fleet was created, in seconds since epoch (January 1, 1970 at midnight UTC time).
|
String |
description()
A brief description of the fleet.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The unique ID of the fleet.
|
Instant |
lastModificationTime()
The time the fleet was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FleetSummary.Builder> |
serializableBuilderClass() |
String |
signalCatalogArn()
The ARN of the signal catalog associated with the fleet.
|
FleetSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The unique ID of the fleet.
public final String arn()
The Amazon Resource Name (ARN) of the fleet.
public final String description()
A brief description of the fleet.
public final String signalCatalogArn()
The ARN of the signal catalog associated with the fleet.
public final Instant creationTime()
The time the fleet was created, in seconds since epoch (January 1, 1970 at midnight UTC time).
public final Instant lastModificationTime()
The time the fleet was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
public FleetSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FleetSummary.Builder,FleetSummary>public static FleetSummary.Builder builder()
public static Class<? extends FleetSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.