@Generated(value="software.amazon.awssdk:codegen") public final class FleetSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FleetSummary.Builder,FleetSummary>
The summary of the fleet.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FleetSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FleetSummary.Builder |
builder() |
String |
companyCode()
The identifier used by users to sign into the Amazon WorkLink app.
|
Instant |
createdTime()
The time when the fleet was created.
|
String |
displayName()
The name of the fleet to display.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fleetArn()
The Amazon Resource Name (ARN) of the fleet.
|
String |
fleetName()
The name of the fleet.
|
FleetStatus |
fleetStatus()
The status of the fleet.
|
String |
fleetStatusAsString()
The status of the fleet.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
Instant |
lastUpdatedTime()
The time when the fleet was last updated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FleetSummary.Builder> |
serializableBuilderClass() |
Map<String,String> |
tags()
The tags attached to the resource.
|
FleetSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String fleetArn()
The Amazon Resource Name (ARN) of the fleet.
public final Instant createdTime()
The time when the fleet was created.
public final Instant lastUpdatedTime()
The time when the fleet was last updated.
public final String fleetName()
The name of the fleet.
public final String displayName()
The name of the fleet to display.
public final String companyCode()
The identifier used by users to sign into the Amazon WorkLink app.
public final FleetStatus fleetStatus()
The status of the fleet.
If the service returns an enum value that is not available in the current SDK version, fleetStatus will
return FleetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
fleetStatusAsString().
FleetStatuspublic final String fleetStatusAsString()
The status of the fleet.
If the service returns an enum value that is not available in the current SDK version, fleetStatus will
return FleetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
fleetStatusAsString().
FleetStatuspublic final boolean hasTags()
public final Map<String,String> tags()
The tags attached to the resource. A tag is a key-value pair.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
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 © 2021. All rights reserved.