@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteServiceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteServiceResult() |
Modifier and Type | Method and Description |
---|---|
DeleteServiceResult |
clone() |
boolean |
equals(Object obj) |
Service |
getService()
The full description of the deleted service.
|
int |
hashCode() |
void |
setService(Service service)
The full description of the deleted service.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteServiceResult |
withService(Service service)
The full description of the deleted service.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setService(Service service)
The full description of the deleted service.
service
- The full description of the deleted service.public Service getService()
The full description of the deleted service.
public DeleteServiceResult withService(Service service)
The full description of the deleted service.
service
- The full description of the deleted service.public String toString()
toString
in class Object
Object.toString()
public DeleteServiceResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.