@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() |
boolean |
equals(Object obj) |
Map<String,Boolean> |
getResourceTypeManagementPreference()
Enables or disables full Backup management of backups for a resource type.
|
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 full Backup management of backups for a resource type.
|
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 full Backup management of backups for a resource type.
|
UpdateRegionSettingsRequest |
withResourceTypeOptInPreference(Map<String,Boolean> resourceTypeOptInPreference)
Updates the list of services along with the opt-in preferences for the Region.
|
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,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 full Backup management of backups for a resource type. To enable full Backup management for DynamoDB along with Backup's advanced DynamoDB backup features, follow the procedure to enable advanced DynamoDB backup programmatically.
public void setResourceTypeManagementPreference(Map<String,Boolean> resourceTypeManagementPreference)
Enables or disables full Backup management of backups for a resource type. To enable full Backup management for DynamoDB along with Backup's advanced DynamoDB backup features, follow the procedure to enable advanced DynamoDB backup programmatically.
resourceTypeManagementPreference - Enables or disables full Backup management of backups for a resource type. To enable full Backup
management for DynamoDB along with Backup's advanced
DynamoDB backup features, follow the procedure to enable advanced DynamoDB backup programmatically.public UpdateRegionSettingsRequest withResourceTypeManagementPreference(Map<String,Boolean> resourceTypeManagementPreference)
Enables or disables full Backup management of backups for a resource type. To enable full Backup management for DynamoDB along with Backup's advanced DynamoDB backup features, follow the procedure to enable advanced DynamoDB backup programmatically.
resourceTypeManagementPreference - Enables or disables full Backup management of backups for a resource type. To enable full Backup
management for DynamoDB along with Backup's advanced
DynamoDB backup features, follow the procedure to enable advanced DynamoDB backup programmatically.public UpdateRegionSettingsRequest addResourceTypeManagementPreferenceEntry(String key, Boolean value)
public UpdateRegionSettingsRequest clearResourceTypeManagementPreferenceEntries()
public String toString()
toString in class ObjectObject.toString()public UpdateRegionSettingsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.