@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteServiceSyncConfigRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteServiceSyncConfigRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteServiceSyncConfigRequest |
clone() |
boolean |
equals(Object obj) |
String |
getServiceName()
The name of the service that you want to delete the service sync configuration for.
|
int |
hashCode() |
void |
setServiceName(String serviceName)
The name of the service that you want to delete the service sync configuration for.
|
String |
toString()
Returns a string representation of this object.
|
DeleteServiceSyncConfigRequest |
withServiceName(String serviceName)
The name of the service that you want to delete the service sync configuration for.
|
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 setServiceName(String serviceName)
The name of the service that you want to delete the service sync configuration for.
serviceName - The name of the service that you want to delete the service sync configuration for.public String getServiceName()
The name of the service that you want to delete the service sync configuration for.
public DeleteServiceSyncConfigRequest withServiceName(String serviceName)
The name of the service that you want to delete the service sync configuration for.
serviceName - The name of the service that you want to delete the service sync configuration for.public String toString()
toString in class ObjectObject.toString()public DeleteServiceSyncConfigRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.