@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteResourceDataSyncRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteResourceDataSyncRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteResourceDataSyncRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getSyncName()
The name of the configuration to delete.
|
String |
getSyncType()
Specify the type of resource data sync to delete.
|
int |
hashCode() |
void |
setSyncName(String syncName)
The name of the configuration to delete.
|
void |
setSyncType(String syncType)
Specify the type of resource data sync to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteResourceDataSyncRequest |
withSyncName(String syncName)
The name of the configuration to delete.
|
DeleteResourceDataSyncRequest |
withSyncType(String syncType)
Specify the type of resource data sync to delete.
|
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 setSyncName(String syncName)
The name of the configuration to delete.
syncName
- The name of the configuration to delete.public String getSyncName()
The name of the configuration to delete.
public DeleteResourceDataSyncRequest withSyncName(String syncName)
The name of the configuration to delete.
syncName
- The name of the configuration to delete.public void setSyncType(String syncType)
Specify the type of resource data sync to delete.
syncType
- Specify the type of resource data sync to delete.public String getSyncType()
Specify the type of resource data sync to delete.
public DeleteResourceDataSyncRequest withSyncType(String syncType)
Specify the type of resource data sync to delete.
syncType
- Specify the type of resource data sync to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteResourceDataSyncRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()