@Generated(value="software.amazon.awssdk:codegen") public final class UpdateDevicesRequest extends SageMakerRequest implements ToCopyableBuilder<UpdateDevicesRequest.Builder,UpdateDevicesRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
UpdateDevicesRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static UpdateDevicesRequest.Builder |
builder() |
String |
deviceFleetName()
The name of the fleet the devices belong to.
|
List<Device> |
devices()
List of devices to register with Edge Manager agent.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasDevices()
Returns true if the Devices property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateDevicesRequest.Builder> |
serializableBuilderClass() |
UpdateDevicesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String deviceFleetName()
The name of the fleet the devices belong to.
public final boolean hasDevices()
public final List<Device> devices()
List of devices to register with Edge Manager agent.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasDevices()
to see if a value was sent in this field.
public UpdateDevicesRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<UpdateDevicesRequest.Builder,UpdateDevicesRequest>
toBuilder
in class SageMakerRequest
public static UpdateDevicesRequest.Builder builder()
public static Class<? extends UpdateDevicesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2021. All rights reserved.