@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateServiceSettingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request body of the UpdateServiceSetting API action.
NOOP| Constructor and Description |
|---|
UpdateServiceSettingRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateServiceSettingRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getSettingId()
The ID of the service setting to update.
|
String |
getSettingValue()
The new value to specify for the service setting.
|
int |
hashCode() |
void |
setSettingId(String settingId)
The ID of the service setting to update.
|
void |
setSettingValue(String settingValue)
The new value to specify for the service setting.
|
String |
toString()
Returns a string representation of this object.
|
UpdateServiceSettingRequest |
withSettingId(String settingId)
The ID of the service setting to update.
|
UpdateServiceSettingRequest |
withSettingValue(String settingValue)
The new value to specify for the service setting.
|
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, withSdkRequestTimeoutpublic void setSettingId(String settingId)
The ID of the service setting to update.
settingId - The ID of the service setting to update.public String getSettingId()
The ID of the service setting to update.
public UpdateServiceSettingRequest withSettingId(String settingId)
The ID of the service setting to update.
settingId - The ID of the service setting to update.public void setSettingValue(String settingValue)
The new value to specify for the service setting.
settingValue - The new value to specify for the service setting.public String getSettingValue()
The new value to specify for the service setting.
public UpdateServiceSettingRequest withSettingValue(String settingValue)
The new value to specify for the service setting.
settingValue - The new value to specify for the service setting.public String toString()
toString in class ObjectObject.toString()public UpdateServiceSettingRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.