@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetServiceInstanceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetServiceInstanceRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetServiceInstanceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getName()
The name of a service instance that you want to get the detail data for.
|
String |
getServiceName()
The name of the service that the service instance belongs to.
|
int |
hashCode() |
void |
setName(String name)
The name of a service instance that you want to get the detail data 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.
|
GetServiceInstanceRequest |
withName(String name)
The name of a service instance that you want to get the detail data for.
|
GetServiceInstanceRequest |
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 setName(String name)
The name of a service instance that you want to get the detail data for.
name - The name of a service instance that you want to get the detail data for.public String getName()
The name of a service instance that you want to get the detail data for.
public GetServiceInstanceRequest withName(String name)
The name of a service instance that you want to get the detail data for.
name - The name of a service instance that you want to get the detail data 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 GetServiceInstanceRequest 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 GetServiceInstanceRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()