@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateServiceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateServiceRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateServiceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getId()
The ID of the service that you want to update.
|
ServiceChange |
getService()
A complex type that contains the new settings for the service.
|
int |
hashCode() |
void |
setId(String id)
The ID of the service that you want to update.
|
void |
setService(ServiceChange service)
A complex type that contains the new settings for the service.
|
String |
toString()
Returns a string representation of this object.
|
UpdateServiceRequest |
withId(String id)
The ID of the service that you want to update.
|
UpdateServiceRequest |
withService(ServiceChange service)
A complex type that contains the new settings for the service.
|
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 setId(String id)
The ID of the service that you want to update.
id
- The ID of the service that you want to update.public String getId()
The ID of the service that you want to update.
public UpdateServiceRequest withId(String id)
The ID of the service that you want to update.
id
- The ID of the service that you want to update.public void setService(ServiceChange service)
A complex type that contains the new settings for the service.
service
- A complex type that contains the new settings for the service.public ServiceChange getService()
A complex type that contains the new settings for the service.
public UpdateServiceRequest withService(ServiceChange service)
A complex type that contains the new settings for the service.
service
- A complex type that contains the new settings for the service.public String toString()
toString
in class Object
Object.toString()
public UpdateServiceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()