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