@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDevicesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateDevicesRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateDevicesRequest |
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 the devices belong to.
|
List<Device> |
getDevices()
List of devices to register with Edge Manager agent.
|
int |
hashCode() |
void |
setDeviceFleetName(String deviceFleetName)
The name of the fleet the devices belong to.
|
void |
setDevices(Collection<Device> devices)
List of devices to register with Edge Manager agent.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDevicesRequest |
withDeviceFleetName(String deviceFleetName)
The name of the fleet the devices belong to.
|
UpdateDevicesRequest |
withDevices(Collection<Device> devices)
List of devices to register with Edge Manager agent.
|
UpdateDevicesRequest |
withDevices(Device... devices)
List of devices to register with Edge Manager agent.
|
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 the devices belong to.
deviceFleetName
- The name of the fleet the devices belong to.public String getDeviceFleetName()
The name of the fleet the devices belong to.
public UpdateDevicesRequest withDeviceFleetName(String deviceFleetName)
The name of the fleet the devices belong to.
deviceFleetName
- The name of the fleet the devices belong to.public List<Device> getDevices()
List of devices to register with Edge Manager agent.
public void setDevices(Collection<Device> devices)
List of devices to register with Edge Manager agent.
devices
- List of devices to register with Edge Manager agent.public UpdateDevicesRequest withDevices(Device... devices)
List of devices to register with Edge Manager agent.
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
- List of devices to register with Edge Manager agent.public UpdateDevicesRequest withDevices(Collection<Device> devices)
List of devices to register with Edge Manager agent.
devices
- List of devices to register with Edge Manager agent.public String toString()
toString
in class Object
Object.toString()
public UpdateDevicesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()