Class GetProtectConfigurationCountryRuleSetRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.pinpointsmsvoicev2.model.PinpointSmsVoiceV2Request
-
- software.amazon.awssdk.services.pinpointsmsvoicev2.model.GetProtectConfigurationCountryRuleSetRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetProtectConfigurationCountryRuleSetRequest.Builder,GetProtectConfigurationCountryRuleSetRequest>
@Generated("software.amazon.awssdk:codegen") public final class GetProtectConfigurationCountryRuleSetRequest extends PinpointSmsVoiceV2Request implements ToCopyableBuilder<GetProtectConfigurationCountryRuleSetRequest.Builder,GetProtectConfigurationCountryRuleSetRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetProtectConfigurationCountryRuleSetRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetProtectConfigurationCountryRuleSetRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()NumberCapabilitynumberCapability()The capability type to return the CountryRuleSet for.StringnumberCapabilityAsString()The capability type to return the CountryRuleSet for.StringprotectConfigurationId()The unique identifier for the protect configuration.List<SdkField<?>>sdkFields()static Class<? extends GetProtectConfigurationCountryRuleSetRequest.Builder>serializableBuilderClass()GetProtectConfigurationCountryRuleSetRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
protectConfigurationId
public final String protectConfigurationId()
The unique identifier for the protect configuration.
- Returns:
- The unique identifier for the protect configuration.
-
numberCapability
public final NumberCapability numberCapability()
The capability type to return the CountryRuleSet for. Valid values are
SMS,VOICE, orMMS.If the service returns an enum value that is not available in the current SDK version,
numberCapabilitywill returnNumberCapability.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnumberCapabilityAsString().- Returns:
- The capability type to return the CountryRuleSet for. Valid values are
SMS,VOICE, orMMS. - See Also:
NumberCapability
-
numberCapabilityAsString
public final String numberCapabilityAsString()
The capability type to return the CountryRuleSet for. Valid values are
SMS,VOICE, orMMS.If the service returns an enum value that is not available in the current SDK version,
numberCapabilitywill returnNumberCapability.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnumberCapabilityAsString().- Returns:
- The capability type to return the CountryRuleSet for. Valid values are
SMS,VOICE, orMMS. - See Also:
NumberCapability
-
toBuilder
public GetProtectConfigurationCountryRuleSetRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetProtectConfigurationCountryRuleSetRequest.Builder,GetProtectConfigurationCountryRuleSetRequest>- Specified by:
toBuilderin classPinpointSmsVoiceV2Request
-
builder
public static GetProtectConfigurationCountryRuleSetRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetProtectConfigurationCountryRuleSetRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-