@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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.
Feature
public void setFeatures(Collection<String> features)
Request structure to start the device sync. Required.
features
- Request structure to start the device sync. Required.Feature
public 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.Feature
public StartDeviceSyncRequest withFeatures(Collection<String> features)
Request structure to start the device sync. Required.
features
- Request structure to start the device sync. Required.Feature
public StartDeviceSyncRequest withFeatures(Feature... features)
Request structure to start the device sync. Required.
features
- Request structure to start the device sync. Required.Feature
public String toString()
toString
in class Object
Object.toString()
public StartDeviceSyncRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.