Class FleetSummary
- java.lang.Object
-
- software.amazon.awssdk.services.iotfleetwise.model.FleetSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FleetSummary.Builder,FleetSummary>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFleetSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) of the fleet.static FleetSummary.Builderbuilder()InstantcreationTime()The time the fleet was created, in seconds since epoch (January 1, 1970 at midnight UTC time).Stringdescription()A brief description of the fleet.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The unique ID of the fleet.InstantlastModificationTime()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()StringsignalCatalogArn()The ARN of the signal catalog associated with the fleet.FleetSummary.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
-
id
public final String id()
The unique ID of the fleet.
- Returns:
- The unique ID of the fleet.
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the fleet.
- Returns:
- The Amazon Resource Name (ARN) of the fleet.
-
description
public final String description()
A brief description of the fleet.
- Returns:
- A brief description of the fleet.
-
signalCatalogArn
public final String signalCatalogArn()
The ARN of the signal catalog associated with the fleet.
- Returns:
- The ARN of the signal catalog associated with the fleet.
-
creationTime
public final Instant creationTime()
The time the fleet was created, in seconds since epoch (January 1, 1970 at midnight UTC time).
- Returns:
- The time the fleet was created, in seconds since epoch (January 1, 1970 at midnight UTC time).
-
lastModificationTime
public final Instant lastModificationTime()
The time the fleet was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
- Returns:
- The time the fleet was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
-
toBuilder
public FleetSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FleetSummary.Builder,FleetSummary>
-
builder
public static FleetSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends FleetSummary.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.
-
-