@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDisassociateClientDeviceFromCoreDeviceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchDisassociateClientDeviceFromCoreDeviceRequest() |
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 BatchDisassociateClientDeviceFromCoreDeviceRequest()
public List<DisassociateClientDeviceFromCoreDeviceEntry> getEntries()
The list of client devices to disassociate.
public void setEntries(Collection<DisassociateClientDeviceFromCoreDeviceEntry> entries)
The list of client devices to disassociate.
entries
- The list of client devices to disassociate.public BatchDisassociateClientDeviceFromCoreDeviceRequest withEntries(DisassociateClientDeviceFromCoreDeviceEntry... entries)
The list of client devices to disassociate.
NOTE: This method appends the values to the existing list (if any). Use
setEntries(java.util.Collection)
or withEntries(java.util.Collection)
if you want to override
the existing values.
entries
- The list of client devices to disassociate.public BatchDisassociateClientDeviceFromCoreDeviceRequest withEntries(Collection<DisassociateClientDeviceFromCoreDeviceEntry> entries)
The list of client devices to disassociate.
entries
- The list of client devices to disassociate.public void setCoreDeviceThingName(String coreDeviceThingName)
The name of the core device. This is also the name of the IoT thing.
coreDeviceThingName
- The name of the core device. This is also the name of the IoT thing.public String getCoreDeviceThingName()
The name of the core device. This is also the name of the IoT thing.
public BatchDisassociateClientDeviceFromCoreDeviceRequest withCoreDeviceThingName(String coreDeviceThingName)
The name of the core device. This is also the name of the IoT thing.
coreDeviceThingName
- The name of the core device. This is also the name of the IoT thing.public String toString()
toString
in class Object
Object.toString()
public BatchDisassociateClientDeviceFromCoreDeviceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()