@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResetServiceSettingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request body of the ResetServiceSetting API action.
NOOP| Constructor and Description |
|---|
ResetServiceSettingRequest() |
| Modifier and Type | Method and Description |
|---|---|
ResetServiceSettingRequest |
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 reset.
|
int |
hashCode() |
void |
setSettingId(String settingId)
The ID of the service setting to reset.
|
String |
toString()
Returns a string representation of this object.
|
ResetServiceSettingRequest |
withSettingId(String settingId)
The ID of the service setting to reset.
|
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 reset.
settingId - The ID of the service setting to reset.public String getSettingId()
The ID of the service setting to reset.
public ResetServiceSettingRequest withSettingId(String settingId)
The ID of the service setting to reset.
settingId - The ID of the service setting to reset.public String toString()
toString in class ObjectObject.toString()public ResetServiceSettingRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.