@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, withSdkRequestTimeout
public 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 Object
Object.toString()
public UpdateRegionSettingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()