@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 |
addResourceTypeManagementPreferenceEntry(String key,
Boolean value)
Add a single ResourceTypeManagementPreference entry
|
UpdateRegionSettingsRequest |
addResourceTypeOptInPreferenceEntry(String key,
Boolean value)
Add a single ResourceTypeOptInPreference entry
|
UpdateRegionSettingsRequest |
clearResourceTypeManagementPreferenceEntries()
Removes all the entries added into ResourceTypeManagementPreference.
|
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> |
getResourceTypeManagementPreference()
Enables or disables
Backup's advanced DynamoDB backup features for the Region.
|
Map<String,Boolean> |
getResourceTypeOptInPreference()
Updates the list of services along with the opt-in preferences for the Region.
|
int |
hashCode() |
void |
setResourceTypeManagementPreference(Map<String,Boolean> resourceTypeManagementPreference)
Enables or disables
Backup's advanced DynamoDB backup features for the Region.
|
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 |
withResourceTypeManagementPreference(Map<String,Boolean> resourceTypeManagementPreference)
Enables or disables
Backup's advanced DynamoDB backup features for the Region.
|
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 Map<String,Boolean> getResourceTypeManagementPreference()
Enables or disables Backup's advanced DynamoDB backup features for the Region.
public void setResourceTypeManagementPreference(Map<String,Boolean> resourceTypeManagementPreference)
Enables or disables Backup's advanced DynamoDB backup features for the Region.
resourceTypeManagementPreference
- Enables or disables Backup's advanced
DynamoDB backup features for the Region.public UpdateRegionSettingsRequest withResourceTypeManagementPreference(Map<String,Boolean> resourceTypeManagementPreference)
Enables or disables Backup's advanced DynamoDB backup features for the Region.
resourceTypeManagementPreference
- Enables or disables Backup's advanced
DynamoDB backup features for the Region.public UpdateRegionSettingsRequest addResourceTypeManagementPreferenceEntry(String key, Boolean value)
public UpdateRegionSettingsRequest clearResourceTypeManagementPreferenceEntries()
public String toString()
toString
in class Object
Object.toString()
public UpdateRegionSettingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()