@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateProtectConfigurationCountryRuleSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateProtectConfigurationCountryRuleSetResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateProtectConfigurationCountryRuleSetResult |
addCountryRuleSetEntry(String key,
ProtectConfigurationCountryRuleSetInformation value)
Add a single CountryRuleSet entry
|
UpdateProtectConfigurationCountryRuleSetResult |
clearCountryRuleSetEntries()
Removes all the entries added into CountryRuleSet.
|
UpdateProtectConfigurationCountryRuleSetResult |
clone() |
boolean |
equals(Object obj) |
Map<String,ProtectConfigurationCountryRuleSetInformation> |
getCountryRuleSet()
An array of ProtectConfigurationCountryRuleSetInformation containing the rules for the NumberCapability.
|
String |
getNumberCapability()
The number capability that was updated
|
String |
getProtectConfigurationArn()
The Amazon Resource Name (ARN) of the protect configuration.
|
String |
getProtectConfigurationId()
The unique identifier for the protect configuration.
|
int |
hashCode() |
void |
setCountryRuleSet(Map<String,ProtectConfigurationCountryRuleSetInformation> countryRuleSet)
An array of ProtectConfigurationCountryRuleSetInformation containing the rules for the NumberCapability.
|
void |
setNumberCapability(String numberCapability)
The number capability that was updated
|
void |
setProtectConfigurationArn(String protectConfigurationArn)
The Amazon Resource Name (ARN) of the protect configuration.
|
void |
setProtectConfigurationId(String protectConfigurationId)
The unique identifier for the protect configuration.
|
String |
toString()
Returns a string representation of this object.
|
UpdateProtectConfigurationCountryRuleSetResult |
withCountryRuleSet(Map<String,ProtectConfigurationCountryRuleSetInformation> countryRuleSet)
An array of ProtectConfigurationCountryRuleSetInformation containing the rules for the NumberCapability.
|
UpdateProtectConfigurationCountryRuleSetResult |
withNumberCapability(NumberCapability numberCapability)
The number capability that was updated
|
UpdateProtectConfigurationCountryRuleSetResult |
withNumberCapability(String numberCapability)
The number capability that was updated
|
UpdateProtectConfigurationCountryRuleSetResult |
withProtectConfigurationArn(String protectConfigurationArn)
The Amazon Resource Name (ARN) of the protect configuration.
|
UpdateProtectConfigurationCountryRuleSetResult |
withProtectConfigurationId(String protectConfigurationId)
The unique identifier for the protect configuration.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic UpdateProtectConfigurationCountryRuleSetResult()
public void setProtectConfigurationArn(String protectConfigurationArn)
The Amazon Resource Name (ARN) of the protect configuration.
protectConfigurationArn - The Amazon Resource Name (ARN) of the protect configuration.public String getProtectConfigurationArn()
The Amazon Resource Name (ARN) of the protect configuration.
public UpdateProtectConfigurationCountryRuleSetResult withProtectConfigurationArn(String protectConfigurationArn)
The Amazon Resource Name (ARN) of the protect configuration.
protectConfigurationArn - The Amazon Resource Name (ARN) of the protect configuration.public void setProtectConfigurationId(String protectConfigurationId)
The unique identifier for the protect configuration.
protectConfigurationId - The unique identifier for the protect configuration.public String getProtectConfigurationId()
The unique identifier for the protect configuration.
public UpdateProtectConfigurationCountryRuleSetResult withProtectConfigurationId(String protectConfigurationId)
The unique identifier for the protect configuration.
protectConfigurationId - The unique identifier for the protect configuration.public void setNumberCapability(String numberCapability)
The number capability that was updated
numberCapability - The number capability that was updatedNumberCapabilitypublic String getNumberCapability()
The number capability that was updated
NumberCapabilitypublic UpdateProtectConfigurationCountryRuleSetResult withNumberCapability(String numberCapability)
The number capability that was updated
numberCapability - The number capability that was updatedNumberCapabilitypublic UpdateProtectConfigurationCountryRuleSetResult withNumberCapability(NumberCapability numberCapability)
The number capability that was updated
numberCapability - The number capability that was updatedNumberCapabilitypublic Map<String,ProtectConfigurationCountryRuleSetInformation> getCountryRuleSet()
An array of ProtectConfigurationCountryRuleSetInformation containing the rules for the NumberCapability.
public void setCountryRuleSet(Map<String,ProtectConfigurationCountryRuleSetInformation> countryRuleSet)
An array of ProtectConfigurationCountryRuleSetInformation containing the rules for the NumberCapability.
countryRuleSet - An array of ProtectConfigurationCountryRuleSetInformation containing the rules for the NumberCapability.public UpdateProtectConfigurationCountryRuleSetResult withCountryRuleSet(Map<String,ProtectConfigurationCountryRuleSetInformation> countryRuleSet)
An array of ProtectConfigurationCountryRuleSetInformation containing the rules for the NumberCapability.
countryRuleSet - An array of ProtectConfigurationCountryRuleSetInformation containing the rules for the NumberCapability.public UpdateProtectConfigurationCountryRuleSetResult addCountryRuleSetEntry(String key, ProtectConfigurationCountryRuleSetInformation value)
public UpdateProtectConfigurationCountryRuleSetResult clearCountryRuleSetEntries()
public String toString()
toString in class ObjectObject.toString()public UpdateProtectConfigurationCountryRuleSetResult clone()