@Generated(value="software.amazon.awssdk:codegen") public final class GetFleetResponse extends IoTFleetWiseResponse implements ToCopyableBuilder<GetFleetResponse.Builder,GetFleetResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetFleetResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the fleet.
|
static GetFleetResponse.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 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 GetFleetResponse.Builder> |
serializableBuilderClass() |
String |
signalCatalogArn()
The ARN of a signal catalog associated with the fleet.
|
GetFleetResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The 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 a 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 GetFleetResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetFleetResponse.Builder,GetFleetResponse>toBuilder in class AwsResponsepublic static GetFleetResponse.Builder builder()
public static Class<? extends GetFleetResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2022. All rights reserved.