@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetServiceInstanceSyncStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetServiceInstanceSyncStatusRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetServiceInstanceSyncStatusRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getServiceInstanceName()
The name of the service instance that you want the sync status input for.
|
String |
getServiceName()
The name of the service that the service instance belongs to.
|
int |
hashCode() |
void |
setServiceInstanceName(String serviceInstanceName)
The name of the service instance that you want the sync status input for.
|
void |
setServiceName(String serviceName)
The name of the service that the service instance belongs to.
|
String |
toString()
Returns a string representation of this object.
|
GetServiceInstanceSyncStatusRequest |
withServiceInstanceName(String serviceInstanceName)
The name of the service instance that you want the sync status input for.
|
GetServiceInstanceSyncStatusRequest |
withServiceName(String serviceName)
The name of the service that the service instance belongs to.
|
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, withSdkRequestTimeoutpublic void setServiceInstanceName(String serviceInstanceName)
The name of the service instance that you want the sync status input for.
serviceInstanceName - The name of the service instance that you want the sync status input for.public String getServiceInstanceName()
The name of the service instance that you want the sync status input for.
public GetServiceInstanceSyncStatusRequest withServiceInstanceName(String serviceInstanceName)
The name of the service instance that you want the sync status input for.
serviceInstanceName - The name of the service instance that you want the sync status input for.public void setServiceName(String serviceName)
The name of the service that the service instance belongs to.
serviceName - The name of the service that the service instance belongs to.public String getServiceName()
The name of the service that the service instance belongs to.
public GetServiceInstanceSyncStatusRequest withServiceName(String serviceName)
The name of the service that the service instance belongs to.
serviceName - The name of the service that the service instance belongs to.public String toString()
toString in class ObjectObject.toString()public GetServiceInstanceSyncStatusRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()