@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateGlobalSettingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateGlobalSettingsRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateGlobalSettingsRequest |
addGlobalSettingsEntry(String key,
String value)
Add a single GlobalSettings entry
|
UpdateGlobalSettingsRequest |
clearGlobalSettingsEntries()
Removes all the entries added into GlobalSettings.
|
UpdateGlobalSettingsRequest |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getGlobalSettings()
A list of resources along with the opt-in preferences for the account.
|
int |
hashCode() |
void |
setGlobalSettings(Map<String,String> globalSettings)
A list of resources along with the opt-in preferences for the account.
|
String |
toString()
Returns a string representation of this object.
|
UpdateGlobalSettingsRequest |
withGlobalSettings(Map<String,String> globalSettings)
A list of resources along with the opt-in preferences for the account.
|
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, withSdkRequestTimeoutpublic Map<String,String> getGlobalSettings()
A list of resources along with the opt-in preferences for the account.
public void setGlobalSettings(Map<String,String> globalSettings)
A list of resources along with the opt-in preferences for the account.
globalSettings - A list of resources along with the opt-in preferences for the account.public UpdateGlobalSettingsRequest withGlobalSettings(Map<String,String> globalSettings)
A list of resources along with the opt-in preferences for the account.
globalSettings - A list of resources along with the opt-in preferences for the account.public UpdateGlobalSettingsRequest addGlobalSettingsEntry(String key, String value)
public UpdateGlobalSettingsRequest clearGlobalSettingsEntries()
public String toString()
toString in class ObjectObject.toString()public UpdateGlobalSettingsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.