@Generated(value="software.amazon.awssdk:codegen") public final class DescribeDeviceFleetResponse extends SageMakerResponse implements ToCopyableBuilder<DescribeDeviceFleetResponse.Builder,DescribeDeviceFleetResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeDeviceFleetResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeDeviceFleetResponse.Builder |
builder() |
Instant |
creationTime()
Timestamp of when the device fleet was created.
|
String |
description()
A description of the fleet.
|
String |
deviceFleetArn()
The The Amazon Resource Name (ARN) of the fleet.
|
String |
deviceFleetName()
The name of the fleet.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
iotRoleAlias()
The Amazon Resource Name (ARN) alias created in Amazon Web Services Internet of Things (IoT).
|
Instant |
lastModifiedTime()
Timestamp of when the device fleet was last updated.
|
EdgeOutputConfig |
outputConfig()
The output configuration for storing sampled data.
|
String |
roleArn()
The Amazon Resource Name (ARN) that has access to Amazon Web Services Internet of Things (IoT).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeDeviceFleetResponse.Builder> |
serializableBuilderClass() |
DescribeDeviceFleetResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String deviceFleetName()
The name of the fleet.
public final String deviceFleetArn()
The The Amazon Resource Name (ARN) of the fleet.
public final EdgeOutputConfig outputConfig()
The output configuration for storing sampled data.
public final String description()
A description of the fleet.
public final Instant creationTime()
Timestamp of when the device fleet was created.
public final Instant lastModifiedTime()
Timestamp of when the device fleet was last updated.
public final String roleArn()
The Amazon Resource Name (ARN) that has access to Amazon Web Services Internet of Things (IoT).
public final String iotRoleAlias()
The Amazon Resource Name (ARN) alias created in Amazon Web Services Internet of Things (IoT).
public DescribeDeviceFleetResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeDeviceFleetResponse.Builder,DescribeDeviceFleetResponse>toBuilder in class AwsResponsepublic static DescribeDeviceFleetResponse.Builder builder()
public static Class<? extends DescribeDeviceFleetResponse.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 © 2023. All rights reserved.