@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 AWS 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 AWS 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 String deviceFleetName()
The name of the fleet.
public String deviceFleetArn()
The The Amazon Resource Name (ARN) of the fleet.
public EdgeOutputConfig outputConfig()
The output configuration for storing sampled data.
public String description()
A description of the fleet.
public Instant creationTime()
Timestamp of when the device fleet was created.
public Instant lastModifiedTime()
Timestamp of when the device fleet was last updated.
public String roleArn()
The Amazon Resource Name (ARN) that has access to AWS Internet of Things (IoT).
public String iotRoleAlias()
The Amazon Resource Name (ARN) alias created in AWS 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 int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.