@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetProtectConfigurationCountryRuleSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetProtectConfigurationCountryRuleSetResult() |
Modifier and Type | Method and Description |
---|---|
GetProtectConfigurationCountryRuleSetResult |
addCountryRuleSetEntry(String key,
ProtectConfigurationCountryRuleSetInformation value)
Add a single CountryRuleSet entry
|
GetProtectConfigurationCountryRuleSetResult |
clearCountryRuleSetEntries()
Removes all the entries added into CountryRuleSet.
|
GetProtectConfigurationCountryRuleSetResult |
clone() |
boolean |
equals(Object obj) |
Map<String,ProtectConfigurationCountryRuleSetInformation> |
getCountryRuleSet()
A map of ProtectConfigurationCountryRuleSetInformation objects that contain the details for the requested
NumberCapability.
|
String |
getNumberCapability()
The capability type associated with the returned ProtectConfigurationCountryRuleSetInformation objects.
|
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)
A map of ProtectConfigurationCountryRuleSetInformation objects that contain the details for the requested
NumberCapability.
|
void |
setNumberCapability(String numberCapability)
The capability type associated with the returned ProtectConfigurationCountryRuleSetInformation objects.
|
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.
|
GetProtectConfigurationCountryRuleSetResult |
withCountryRuleSet(Map<String,ProtectConfigurationCountryRuleSetInformation> countryRuleSet)
A map of ProtectConfigurationCountryRuleSetInformation objects that contain the details for the requested
NumberCapability.
|
GetProtectConfigurationCountryRuleSetResult |
withNumberCapability(NumberCapability numberCapability)
The capability type associated with the returned ProtectConfigurationCountryRuleSetInformation objects.
|
GetProtectConfigurationCountryRuleSetResult |
withNumberCapability(String numberCapability)
The capability type associated with the returned ProtectConfigurationCountryRuleSetInformation objects.
|
GetProtectConfigurationCountryRuleSetResult |
withProtectConfigurationArn(String protectConfigurationArn)
The Amazon Resource Name (ARN) of the protect configuration.
|
GetProtectConfigurationCountryRuleSetResult |
withProtectConfigurationId(String protectConfigurationId)
The unique identifier for the protect configuration.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetProtectConfigurationCountryRuleSetResult()
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 GetProtectConfigurationCountryRuleSetResult 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 GetProtectConfigurationCountryRuleSetResult withProtectConfigurationId(String protectConfigurationId)
The unique identifier for the protect configuration.
protectConfigurationId
- The unique identifier for the protect configuration.public void setNumberCapability(String numberCapability)
The capability type associated with the returned ProtectConfigurationCountryRuleSetInformation objects.
numberCapability
- The capability type associated with the returned ProtectConfigurationCountryRuleSetInformation objects.NumberCapability
public String getNumberCapability()
The capability type associated with the returned ProtectConfigurationCountryRuleSetInformation objects.
NumberCapability
public GetProtectConfigurationCountryRuleSetResult withNumberCapability(String numberCapability)
The capability type associated with the returned ProtectConfigurationCountryRuleSetInformation objects.
numberCapability
- The capability type associated with the returned ProtectConfigurationCountryRuleSetInformation objects.NumberCapability
public GetProtectConfigurationCountryRuleSetResult withNumberCapability(NumberCapability numberCapability)
The capability type associated with the returned ProtectConfigurationCountryRuleSetInformation objects.
numberCapability
- The capability type associated with the returned ProtectConfigurationCountryRuleSetInformation objects.NumberCapability
public Map<String,ProtectConfigurationCountryRuleSetInformation> getCountryRuleSet()
A map of ProtectConfigurationCountryRuleSetInformation objects that contain the details for the requested NumberCapability. The Key is the two-letter ISO country code. For a list of supported ISO country codes, see Supported countries and regions (SMS channel) in the AWS End User Messaging SMS User Guide.
public void setCountryRuleSet(Map<String,ProtectConfigurationCountryRuleSetInformation> countryRuleSet)
A map of ProtectConfigurationCountryRuleSetInformation objects that contain the details for the requested NumberCapability. The Key is the two-letter ISO country code. For a list of supported ISO country codes, see Supported countries and regions (SMS channel) in the AWS End User Messaging SMS User Guide.
countryRuleSet
- A map of ProtectConfigurationCountryRuleSetInformation objects that contain the details for the requested
NumberCapability. The Key is the two-letter ISO country code. For a list of supported ISO country codes,
see
Supported countries and regions (SMS channel) in the AWS End User Messaging SMS User Guide.public GetProtectConfigurationCountryRuleSetResult withCountryRuleSet(Map<String,ProtectConfigurationCountryRuleSetInformation> countryRuleSet)
A map of ProtectConfigurationCountryRuleSetInformation objects that contain the details for the requested NumberCapability. The Key is the two-letter ISO country code. For a list of supported ISO country codes, see Supported countries and regions (SMS channel) in the AWS End User Messaging SMS User Guide.
countryRuleSet
- A map of ProtectConfigurationCountryRuleSetInformation objects that contain the details for the requested
NumberCapability. The Key is the two-letter ISO country code. For a list of supported ISO country codes,
see
Supported countries and regions (SMS channel) in the AWS End User Messaging SMS User Guide.public GetProtectConfigurationCountryRuleSetResult addCountryRuleSetEntry(String key, ProtectConfigurationCountryRuleSetInformation value)
public GetProtectConfigurationCountryRuleSetResult clearCountryRuleSetEntries()
public String toString()
toString
in class Object
Object.toString()
public GetProtectConfigurationCountryRuleSetResult clone()