@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchAssociateClientDeviceWithCoreDeviceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
BatchAssociateClientDeviceWithCoreDeviceRequest() |
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic BatchAssociateClientDeviceWithCoreDeviceRequest()
public List<AssociateClientDeviceWithCoreDeviceEntry> getEntries()
The list of client devices to associate.
public void setEntries(Collection<AssociateClientDeviceWithCoreDeviceEntry> entries)
The list of client devices to associate.
entries - The list of client devices to associate.public BatchAssociateClientDeviceWithCoreDeviceRequest withEntries(AssociateClientDeviceWithCoreDeviceEntry... entries)
The list of client devices to associate.
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 associate.public BatchAssociateClientDeviceWithCoreDeviceRequest withEntries(Collection<AssociateClientDeviceWithCoreDeviceEntry> entries)
The list of client devices to associate.
entries - The list of client devices to associate.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 BatchAssociateClientDeviceWithCoreDeviceRequest 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 ObjectObject.toString()public BatchAssociateClientDeviceWithCoreDeviceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.