@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeregisterDevicesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeregisterDevicesRequest() |
Modifier and Type | Method and Description |
---|---|
DeregisterDevicesRequest |
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<String> |
getDeviceNames()
The unique IDs of the devices.
|
int |
hashCode() |
void |
setDeviceFleetName(String deviceFleetName)
The name of the fleet the devices belong to.
|
void |
setDeviceNames(Collection<String> deviceNames)
The unique IDs of the devices.
|
String |
toString()
Returns a string representation of this object.
|
DeregisterDevicesRequest |
withDeviceFleetName(String deviceFleetName)
The name of the fleet the devices belong to.
|
DeregisterDevicesRequest |
withDeviceNames(Collection<String> deviceNames)
The unique IDs of the devices.
|
DeregisterDevicesRequest |
withDeviceNames(String... deviceNames)
The unique IDs of the 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 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 DeregisterDevicesRequest withDeviceFleetName(String deviceFleetName)
The name of the fleet the devices belong to.
deviceFleetName
- The name of the fleet the devices belong to.public List<String> getDeviceNames()
The unique IDs of the devices.
public void setDeviceNames(Collection<String> deviceNames)
The unique IDs of the devices.
deviceNames
- The unique IDs of the devices.public DeregisterDevicesRequest withDeviceNames(String... deviceNames)
The unique IDs of the devices.
NOTE: This method appends the values to the existing list (if any). Use
setDeviceNames(java.util.Collection)
or withDeviceNames(java.util.Collection)
if you want to
override the existing values.
deviceNames
- The unique IDs of the devices.public DeregisterDevicesRequest withDeviceNames(Collection<String> deviceNames)
The unique IDs of the devices.
deviceNames
- The unique IDs of the devices.public String toString()
toString
in class Object
Object.toString()
public DeregisterDevicesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()