@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteSyncJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteSyncJobRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteSyncJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getSyncSource()
The sync source.
|
String |
getWorkspaceId()
The workspace ID.
|
int |
hashCode() |
void |
setSyncSource(String syncSource)
The sync source.
|
void |
setWorkspaceId(String workspaceId)
The workspace ID.
|
String |
toString()
Returns a string representation of this object.
|
DeleteSyncJobRequest |
withSyncSource(String syncSource)
The sync source.
|
DeleteSyncJobRequest |
withWorkspaceId(String workspaceId)
The workspace ID.
|
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 setWorkspaceId(String workspaceId)
The workspace ID.
workspaceId
- The workspace ID.public String getWorkspaceId()
The workspace ID.
public DeleteSyncJobRequest withWorkspaceId(String workspaceId)
The workspace ID.
workspaceId
- The workspace ID.public void setSyncSource(String syncSource)
The sync source.
Currently the only supported syncSource is SITEWISE
.
syncSource
- The sync source.
Currently the only supported syncSource is SITEWISE
.
public String getSyncSource()
The sync source.
Currently the only supported syncSource is SITEWISE
.
Currently the only supported syncSource is SITEWISE
.
public DeleteSyncJobRequest withSyncSource(String syncSource)
The sync source.
Currently the only supported syncSource is SITEWISE
.
syncSource
- The sync source.
Currently the only supported syncSource is SITEWISE
.
public String toString()
toString
in class Object
Object.toString()
public DeleteSyncJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()