@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 |
addResourceTypeOptInPreferenceEntry(String key,
Boolean value)
Add a single ResourceTypeOptInPreference entry
|
DescribeRegionSettingsResult |
clearResourceTypeOptInPreferenceEntries()
Removes all the entries added into ResourceTypeOptInPreference.
|
DescribeRegionSettingsResult |
clone() |
boolean |
equals(Object obj) |
Map<String,Boolean> |
getResourceTypeOptInPreference()
Returns a list of all services along with the opt-in preferences in the region.
|
int |
hashCode() |
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 |
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 String toString()
toString
in class Object
Object.toString()
public DescribeRegionSettingsResult clone()