@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSettingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| GetSettingsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetSettingsRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getAttribute()
 The list of setting attribute enum values. | 
| int | hashCode() | 
| void | setAttribute(String attribute)
 The list of setting attribute enum values. | 
| String | toString()Returns a string representation of this object. | 
| GetSettingsRequest | withAttribute(SettingAttribute attribute)
 The list of setting attribute enum values. | 
| GetSettingsRequest | withAttribute(String attribute)
 The list of setting attribute enum values. | 
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 setAttribute(String attribute)
The list of setting attribute enum values.
attribute - The list of setting attribute enum values.SettingAttributepublic String getAttribute()
The list of setting attribute enum values.
SettingAttributepublic GetSettingsRequest withAttribute(String attribute)
The list of setting attribute enum values.
attribute - The list of setting attribute enum values.SettingAttributepublic GetSettingsRequest withAttribute(SettingAttribute attribute)
The list of setting attribute enum values.
attribute - The list of setting attribute enum values.SettingAttributepublic String toString()
toString in class ObjectObject.toString()public GetSettingsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()