Class DeviceFleetSummary
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.DeviceFleetSummary
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<DeviceFleetSummary.Builder,DeviceFleetSummary>
@Generated("software.amazon.awssdk:codegen") public final class DeviceFleetSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeviceFleetSummary.Builder,DeviceFleetSummary>
Summary of the device fleet.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DeviceFleetSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeviceFleetSummary.Builder
builder()
Instant
creationTime()
Timestamp of when the device fleet was created.String
deviceFleetArn()
Amazon Resource Name (ARN) of the device fleet.String
deviceFleetName()
Name of the device fleet.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Instant
lastModifiedTime()
Timestamp of when the device fleet was last updated.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends DeviceFleetSummary.Builder>
serializableBuilderClass()
DeviceFleetSummary.Builder
toBuilder()
String
toString()
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
-
deviceFleetArn
public final String deviceFleetArn()
Amazon Resource Name (ARN) of the device fleet.
- Returns:
- Amazon Resource Name (ARN) of the device fleet.
-
deviceFleetName
public final String deviceFleetName()
Name of the device fleet.
- Returns:
- Name of the device fleet.
-
creationTime
public final Instant creationTime()
Timestamp of when the device fleet was created.
- Returns:
- Timestamp of when the device fleet was created.
-
lastModifiedTime
public final Instant lastModifiedTime()
Timestamp of when the device fleet was last updated.
- Returns:
- Timestamp of when the device fleet was last updated.
-
toBuilder
public DeviceFleetSummary.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<DeviceFleetSummary.Builder,DeviceFleetSummary>
-
builder
public static DeviceFleetSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends DeviceFleetSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-