@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public DeleteServiceSyncConfigRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()