@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetServiceInstanceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetServiceInstanceResult() |
Modifier and Type | Method and Description |
---|---|
GetServiceInstanceResult |
clone() |
boolean |
equals(Object obj) |
ServiceInstance |
getServiceInstance()
The detailed data of the requested service instance.
|
int |
hashCode() |
void |
setServiceInstance(ServiceInstance serviceInstance)
The detailed data of the requested service instance.
|
String |
toString()
Returns a string representation of this object.
|
GetServiceInstanceResult |
withServiceInstance(ServiceInstance serviceInstance)
The detailed data of the requested service instance.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setServiceInstance(ServiceInstance serviceInstance)
The detailed data of the requested service instance.
serviceInstance
- The detailed data of the requested service instance.public ServiceInstance getServiceInstance()
The detailed data of the requested service instance.
public GetServiceInstanceResult withServiceInstance(ServiceInstance serviceInstance)
The detailed data of the requested service instance.
serviceInstance
- The detailed data of the requested service instance.public String toString()
toString
in class Object
Object.toString()
public GetServiceInstanceResult clone()