@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegisterDevicesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
RegisterDevicesRequest() |
Modifier and Type | Method and Description |
---|---|
RegisterDevicesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDeviceFleetName()
The name of the fleet.
|
List<Device> |
getDevices()
A list of devices to register with SageMaker Edge Manager.
|
List<Tag> |
getTags()
The tags associated with devices.
|
int |
hashCode() |
void |
setDeviceFleetName(String deviceFleetName)
The name of the fleet.
|
void |
setDevices(Collection<Device> devices)
A list of devices to register with SageMaker Edge Manager.
|
void |
setTags(Collection<Tag> tags)
The tags associated with devices.
|
String |
toString()
Returns a string representation of this object.
|
RegisterDevicesRequest |
withDeviceFleetName(String deviceFleetName)
The name of the fleet.
|
RegisterDevicesRequest |
withDevices(Collection<Device> devices)
A list of devices to register with SageMaker Edge Manager.
|
RegisterDevicesRequest |
withDevices(Device... devices)
A list of devices to register with SageMaker Edge Manager.
|
RegisterDevicesRequest |
withTags(Collection<Tag> tags)
The tags associated with devices.
|
RegisterDevicesRequest |
withTags(Tag... tags)
The tags associated with devices.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDeviceFleetName(String deviceFleetName)
The name of the fleet.
deviceFleetName
- The name of the fleet.public String getDeviceFleetName()
The name of the fleet.
public RegisterDevicesRequest withDeviceFleetName(String deviceFleetName)
The name of the fleet.
deviceFleetName
- The name of the fleet.public List<Device> getDevices()
A list of devices to register with SageMaker Edge Manager.
public void setDevices(Collection<Device> devices)
A list of devices to register with SageMaker Edge Manager.
devices
- A list of devices to register with SageMaker Edge Manager.public RegisterDevicesRequest withDevices(Device... devices)
A list of devices to register with SageMaker Edge Manager.
NOTE: This method appends the values to the existing list (if any). Use
setDevices(java.util.Collection)
or withDevices(java.util.Collection)
if you want to override
the existing values.
devices
- A list of devices to register with SageMaker Edge Manager.public RegisterDevicesRequest withDevices(Collection<Device> devices)
A list of devices to register with SageMaker Edge Manager.
devices
- A list of devices to register with SageMaker Edge Manager.public List<Tag> getTags()
The tags associated with devices.
public void setTags(Collection<Tag> tags)
The tags associated with devices.
tags
- The tags associated with devices.public RegisterDevicesRequest withTags(Tag... tags)
The tags associated with devices.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- The tags associated with devices.public RegisterDevicesRequest withTags(Collection<Tag> tags)
The tags associated with devices.
tags
- The tags associated with devices.public String toString()
toString
in class Object
Object.toString()
public RegisterDevicesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()