@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartDeviceSyncRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
StartDeviceSyncRequest() |
| Modifier and Type | Method and Description |
|---|---|
StartDeviceSyncRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDeviceArn()
The ARN of the device to sync.
|
List<String> |
getFeatures()
Request structure to start the device sync.
|
String |
getRoomArn()
The ARN of the room with which the device to sync is associated.
|
int |
hashCode() |
void |
setDeviceArn(String deviceArn)
The ARN of the device to sync.
|
void |
setFeatures(Collection<String> features)
Request structure to start the device sync.
|
void |
setRoomArn(String roomArn)
The ARN of the room with which the device to sync is associated.
|
String |
toString()
Returns a string representation of this object.
|
StartDeviceSyncRequest |
withDeviceArn(String deviceArn)
The ARN of the device to sync.
|
StartDeviceSyncRequest |
withFeatures(Collection<String> features)
Request structure to start the device sync.
|
StartDeviceSyncRequest |
withFeatures(Feature... features)
Request structure to start the device sync.
|
StartDeviceSyncRequest |
withFeatures(String... features)
Request structure to start the device sync.
|
StartDeviceSyncRequest |
withRoomArn(String roomArn)
The ARN of the room with which the device to sync is associated.
|
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 void setRoomArn(String roomArn)
The ARN of the room with which the device to sync is associated. Required.
roomArn - The ARN of the room with which the device to sync is associated. Required.public String getRoomArn()
The ARN of the room with which the device to sync is associated. Required.
public StartDeviceSyncRequest withRoomArn(String roomArn)
The ARN of the room with which the device to sync is associated. Required.
roomArn - The ARN of the room with which the device to sync is associated. Required.public void setDeviceArn(String deviceArn)
The ARN of the device to sync. Required.
deviceArn - The ARN of the device to sync. Required.public String getDeviceArn()
The ARN of the device to sync. Required.
public StartDeviceSyncRequest withDeviceArn(String deviceArn)
The ARN of the device to sync. Required.
deviceArn - The ARN of the device to sync. Required.public List<String> getFeatures()
Request structure to start the device sync. Required.
Featurepublic void setFeatures(Collection<String> features)
Request structure to start the device sync. Required.
features - Request structure to start the device sync. Required.Featurepublic StartDeviceSyncRequest withFeatures(String... features)
Request structure to start the device sync. Required.
NOTE: This method appends the values to the existing list (if any). Use
setFeatures(java.util.Collection) or withFeatures(java.util.Collection) if you want to override
the existing values.
features - Request structure to start the device sync. Required.Featurepublic StartDeviceSyncRequest withFeatures(Collection<String> features)
Request structure to start the device sync. Required.
features - Request structure to start the device sync. Required.Featurepublic StartDeviceSyncRequest withFeatures(Feature... features)
Request structure to start the device sync. Required.
features - Request structure to start the device sync. Required.Featurepublic String toString()
toString in class ObjectObject.toString()public StartDeviceSyncRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.