@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSyncJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetSyncJobRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetSyncJobRequest |
clone() |
boolean |
equals(Object obj) |
String |
getSyncSource()
The sync soucre.
|
String |
getWorkspaceId()
The workspace Id.
|
int |
hashCode() |
void |
setSyncSource(String syncSource)
The sync soucre.
|
void |
setWorkspaceId(String workspaceId)
The workspace Id.
|
String |
toString()
Returns a string representation of this object.
|
GetSyncJobRequest |
withSyncSource(String syncSource)
The sync soucre.
|
GetSyncJobRequest |
withWorkspaceId(String workspaceId)
The workspace Id.
|
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 setSyncSource(String syncSource)
The sync soucre.
Currently the only supported syncSoucre is SITEWISE .
syncSource - The sync soucre.
Currently the only supported syncSoucre is SITEWISE .
public String getSyncSource()
The sync soucre.
Currently the only supported syncSoucre is SITEWISE .
Currently the only supported syncSoucre is SITEWISE .
public GetSyncJobRequest withSyncSource(String syncSource)
The sync soucre.
Currently the only supported syncSoucre is SITEWISE .
syncSource - The sync soucre.
Currently the only supported syncSoucre is SITEWISE .
public void setWorkspaceId(String workspaceId)
The workspace Id.
workspaceId - The workspace Id.public String getWorkspaceId()
The workspace Id.
public GetSyncJobRequest withWorkspaceId(String workspaceId)
The workspace Id.
workspaceId - The workspace Id.public String toString()
toString in class ObjectObject.toString()public GetSyncJobRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.