@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetServiceSyncBlockerSummaryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetServiceSyncBlockerSummaryRequest() |
Modifier and Type | Method and Description |
---|---|
GetServiceSyncBlockerSummaryRequest |
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 to get the service sync blocker summary for.
|
String |
getServiceName()
The name of the service that you want to get the service sync blocker summary for.
|
int |
hashCode() |
void |
setServiceInstanceName(String serviceInstanceName)
The name of the service instance that you want to get the service sync blocker summary for.
|
void |
setServiceName(String serviceName)
The name of the service that you want to get the service sync blocker summary for.
|
String |
toString()
Returns a string representation of this object.
|
GetServiceSyncBlockerSummaryRequest |
withServiceInstanceName(String serviceInstanceName)
The name of the service instance that you want to get the service sync blocker summary for.
|
GetServiceSyncBlockerSummaryRequest |
withServiceName(String serviceName)
The name of the service that you want to get the service sync blocker summary 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 setServiceInstanceName(String serviceInstanceName)
The name of the service instance that you want to get the service sync blocker summary for. If given bothe the instance name and the service name, only the instance is blocked.
serviceInstanceName
- The name of the service instance that you want to get the service sync blocker summary for. If given bothe
the instance name and the service name, only the instance is blocked.public String getServiceInstanceName()
The name of the service instance that you want to get the service sync blocker summary for. If given bothe the instance name and the service name, only the instance is blocked.
public GetServiceSyncBlockerSummaryRequest withServiceInstanceName(String serviceInstanceName)
The name of the service instance that you want to get the service sync blocker summary for. If given bothe the instance name and the service name, only the instance is blocked.
serviceInstanceName
- The name of the service instance that you want to get the service sync blocker summary for. If given bothe
the instance name and the service name, only the instance is blocked.public void setServiceName(String serviceName)
The name of the service that you want to get the service sync blocker summary for. If given only the service name, all instances are blocked.
serviceName
- The name of the service that you want to get the service sync blocker summary for. If given only the
service name, all instances are blocked.public String getServiceName()
The name of the service that you want to get the service sync blocker summary for. If given only the service name, all instances are blocked.
public GetServiceSyncBlockerSummaryRequest withServiceName(String serviceName)
The name of the service that you want to get the service sync blocker summary for. If given only the service name, all instances are blocked.
serviceName
- The name of the service that you want to get the service sync blocker summary for. If given only the
service name, all instances are blocked.public String toString()
toString
in class Object
Object.toString()
public GetServiceSyncBlockerSummaryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()