@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetServiceSettingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request body of the GetServiceSetting API action.
NOOP
Constructor and Description |
---|
GetServiceSettingRequest() |
Modifier and Type | Method and Description |
---|---|
GetServiceSettingRequest |
clone() |
boolean |
equals(Object obj) |
String |
getSettingId()
The ID of the service setting to get.
|
int |
hashCode() |
void |
setSettingId(String settingId)
The ID of the service setting to get.
|
String |
toString()
Returns a string representation of this object.
|
GetServiceSettingRequest |
withSettingId(String settingId)
The ID of the service setting to get.
|
addHandlerContext, copyBaseTo, 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 setSettingId(String settingId)
The ID of the service setting to get.
settingId
- The ID of the service setting to get.public String getSettingId()
The ID of the service setting to get.
public GetServiceSettingRequest withSettingId(String settingId)
The ID of the service setting to get.
settingId
- The ID of the service setting to get.public String toString()
toString
in class Object
Object.toString()
public GetServiceSettingRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2019. All rights reserved.