@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeRegionSettingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeRegionSettingsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeRegionSettingsResult |
addResourceTypeManagementPreferenceEntry(String key,
Boolean value)
Add a single ResourceTypeManagementPreference entry
|
DescribeRegionSettingsResult |
addResourceTypeOptInPreferenceEntry(String key,
Boolean value)
Add a single ResourceTypeOptInPreference entry
|
DescribeRegionSettingsResult |
clearResourceTypeManagementPreferenceEntries()
Removes all the entries added into ResourceTypeManagementPreference.
|
DescribeRegionSettingsResult |
clearResourceTypeOptInPreferenceEntries()
Removes all the entries added into ResourceTypeOptInPreference.
|
DescribeRegionSettingsResult |
clone() |
boolean |
equals(Object obj) |
Map<String,Boolean> |
getResourceTypeManagementPreference()
Returns whether Backup fully manages the backups for a resource type.
|
Map<String,Boolean> |
getResourceTypeOptInPreference()
Returns a list of all services along with the opt-in preferences in the Region.
|
int |
hashCode() |
void |
setResourceTypeManagementPreference(Map<String,Boolean> resourceTypeManagementPreference)
Returns whether Backup fully manages the backups for a resource type.
|
void |
setResourceTypeOptInPreference(Map<String,Boolean> resourceTypeOptInPreference)
Returns a list of all services along with the opt-in preferences in the Region.
|
String |
toString()
Returns a string representation of this object.
|
DescribeRegionSettingsResult |
withResourceTypeManagementPreference(Map<String,Boolean> resourceTypeManagementPreference)
Returns whether Backup fully manages the backups for a resource type.
|
DescribeRegionSettingsResult |
withResourceTypeOptInPreference(Map<String,Boolean> resourceTypeOptInPreference)
Returns a list of all services along with the opt-in preferences in the Region.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public Map<String,Boolean> getResourceTypeOptInPreference()
Returns a list of all services along with the opt-in preferences in the Region.
public void setResourceTypeOptInPreference(Map<String,Boolean> resourceTypeOptInPreference)
Returns a list of all services along with the opt-in preferences in the Region.
resourceTypeOptInPreference
- Returns a list of all services along with the opt-in preferences in the Region.public DescribeRegionSettingsResult withResourceTypeOptInPreference(Map<String,Boolean> resourceTypeOptInPreference)
Returns a list of all services along with the opt-in preferences in the Region.
resourceTypeOptInPreference
- Returns a list of all services along with the opt-in preferences in the Region.public DescribeRegionSettingsResult addResourceTypeOptInPreferenceEntry(String key, Boolean value)
public DescribeRegionSettingsResult clearResourceTypeOptInPreferenceEntries()
public Map<String,Boolean> getResourceTypeManagementPreference()
Returns whether Backup fully manages the backups for a resource type.
For the benefits of full Backup management, see Full Backup management.
For a list of resource types and whether each supports full Backup management, see the Feature availability by resource table.
If "DynamoDB":false
, you can enable full Backup management for DynamoDB backup by enabling
Backup's advanced DynamoDB backup features.
For the benefits of full Backup management, see Full Backup management.
For a list of resource types and whether each supports full Backup management, see the Feature availability by resource table.
If "DynamoDB":false
, you can enable full Backup management for DynamoDB backup by enabling
Backup's advanced DynamoDB backup features.
public void setResourceTypeManagementPreference(Map<String,Boolean> resourceTypeManagementPreference)
Returns whether Backup fully manages the backups for a resource type.
For the benefits of full Backup management, see Full Backup management.
For a list of resource types and whether each supports full Backup management, see the Feature availability by resource table.
If "DynamoDB":false
, you can enable full Backup management for DynamoDB backup by enabling
Backup's advanced DynamoDB backup features.
resourceTypeManagementPreference
- Returns whether Backup fully manages the backups for a resource type.
For the benefits of full Backup management, see Full Backup management.
For a list of resource types and whether each supports full Backup management, see the Feature availability by resource table.
If "DynamoDB":false
, you can enable full Backup management for DynamoDB backup by enabling Backup's advanced DynamoDB backup features.
public DescribeRegionSettingsResult withResourceTypeManagementPreference(Map<String,Boolean> resourceTypeManagementPreference)
Returns whether Backup fully manages the backups for a resource type.
For the benefits of full Backup management, see Full Backup management.
For a list of resource types and whether each supports full Backup management, see the Feature availability by resource table.
If "DynamoDB":false
, you can enable full Backup management for DynamoDB backup by enabling
Backup's advanced DynamoDB backup features.
resourceTypeManagementPreference
- Returns whether Backup fully manages the backups for a resource type.
For the benefits of full Backup management, see Full Backup management.
For a list of resource types and whether each supports full Backup management, see the Feature availability by resource table.
If "DynamoDB":false
, you can enable full Backup management for DynamoDB backup by enabling Backup's advanced DynamoDB backup features.
public DescribeRegionSettingsResult addResourceTypeManagementPreferenceEntry(String key, Boolean value)
public DescribeRegionSettingsResult clearResourceTypeManagementPreferenceEntries()
public String toString()
toString
in class Object
Object.toString()
public DescribeRegionSettingsResult clone()