@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 detailed 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 detailed 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 detailed 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, withSdkRequestTimeout
public void setName(String name)
The name of a service instance that you want to get the detailed data for.
name
- The name of a service instance that you want to get the detailed data for.public String getName()
The name of a service instance that you want to get the detailed data for.
public GetServiceInstanceRequest withName(String name)
The name of a service instance that you want to get the detailed data for.
name
- The name of a service instance that you want to get the detailed 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 Object
Object.toString()
public GetServiceInstanceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()