@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateRegionSettingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateRegionSettingsRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateRegionSettingsRequest |
addResourceTypeOptInPreferenceEntry(String key,
Boolean value)
Add a single ResourceTypeOptInPreference entry
|
UpdateRegionSettingsRequest |
clearResourceTypeOptInPreferenceEntries()
Removes all the entries added into ResourceTypeOptInPreference.
|
UpdateRegionSettingsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Map<String,Boolean> |
getResourceTypeOptInPreference()
Updates the list of services along with the opt-in preferences for the Region.
|
int |
hashCode() |
void |
setResourceTypeOptInPreference(Map<String,Boolean> resourceTypeOptInPreference)
Updates the list of services along with the opt-in preferences for the Region.
|
String |
toString()
Returns a string representation of this object.
|
UpdateRegionSettingsRequest |
withResourceTypeOptInPreference(Map<String,Boolean> resourceTypeOptInPreference)
Updates the list of services along with the opt-in preferences for the Region.
|
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 Map<String,Boolean> getResourceTypeOptInPreference()
Updates the list of services along with the opt-in preferences for the Region.
public void setResourceTypeOptInPreference(Map<String,Boolean> resourceTypeOptInPreference)
Updates the list of services along with the opt-in preferences for the Region.
resourceTypeOptInPreference - Updates the list of services along with the opt-in preferences for the Region.public UpdateRegionSettingsRequest withResourceTypeOptInPreference(Map<String,Boolean> resourceTypeOptInPreference)
Updates the list of services along with the opt-in preferences for the Region.
resourceTypeOptInPreference - Updates the list of services along with the opt-in preferences for the Region.public UpdateRegionSettingsRequest addResourceTypeOptInPreferenceEntry(String key, Boolean value)
public UpdateRegionSettingsRequest clearResourceTypeOptInPreferenceEntries()
public String toString()
toString in class ObjectObject.toString()public UpdateRegionSettingsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()