@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetProtectConfigurationCountryRuleSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetProtectConfigurationCountryRuleSetRequest() |
Modifier and Type | Method and Description |
---|---|
GetProtectConfigurationCountryRuleSetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getNumberCapability()
The capability type to return the CountryRuleSet for.
|
String |
getProtectConfigurationId()
The unique identifier for the protect configuration.
|
int |
hashCode() |
void |
setNumberCapability(String numberCapability)
The capability type to return the CountryRuleSet for.
|
void |
setProtectConfigurationId(String protectConfigurationId)
The unique identifier for the protect configuration.
|
String |
toString()
Returns a string representation of this object.
|
GetProtectConfigurationCountryRuleSetRequest |
withNumberCapability(NumberCapability numberCapability)
The capability type to return the CountryRuleSet for.
|
GetProtectConfigurationCountryRuleSetRequest |
withNumberCapability(String numberCapability)
The capability type to return the CountryRuleSet for.
|
GetProtectConfigurationCountryRuleSetRequest |
withProtectConfigurationId(String protectConfigurationId)
The unique identifier for the protect configuration.
|
addHandlerContext, 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, withSdkRequestTimeout
public GetProtectConfigurationCountryRuleSetRequest()
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 GetProtectConfigurationCountryRuleSetRequest 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 to return the CountryRuleSet for. Valid values are SMS
, VOICE
, or
MMS
.
numberCapability
- The capability type to return the CountryRuleSet for. Valid values are SMS
,
VOICE
, or MMS
.NumberCapability
public String getNumberCapability()
The capability type to return the CountryRuleSet for. Valid values are SMS
, VOICE
, or
MMS
.
SMS
,
VOICE
, or MMS
.NumberCapability
public GetProtectConfigurationCountryRuleSetRequest withNumberCapability(String numberCapability)
The capability type to return the CountryRuleSet for. Valid values are SMS
, VOICE
, or
MMS
.
numberCapability
- The capability type to return the CountryRuleSet for. Valid values are SMS
,
VOICE
, or MMS
.NumberCapability
public GetProtectConfigurationCountryRuleSetRequest withNumberCapability(NumberCapability numberCapability)
The capability type to return the CountryRuleSet for. Valid values are SMS
, VOICE
, or
MMS
.
numberCapability
- The capability type to return the CountryRuleSet for. Valid values are SMS
,
VOICE
, or MMS
.NumberCapability
public String toString()
toString
in class Object
Object.toString()
public GetProtectConfigurationCountryRuleSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()