Class UpdateProtectConfigurationCountryRuleSetRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.pinpointsmsvoicev2.transform.UpdateProtectConfigurationCountryRuleSetRequestMarshaller
- All Implemented Interfaces:
- Marshaller<UpdateProtectConfigurationCountryRuleSetRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class UpdateProtectConfigurationCountryRuleSetRequestMarshaller
extends Object
implements Marshaller<UpdateProtectConfigurationCountryRuleSetRequest>
- 
Constructor SummaryConstructorsConstructorDescriptionUpdateProtectConfigurationCountryRuleSetRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(UpdateProtectConfigurationCountryRuleSetRequest updateProtectConfigurationCountryRuleSetRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
UpdateProtectConfigurationCountryRuleSetRequestMarshallerpublic UpdateProtectConfigurationCountryRuleSetRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
 
- 
- 
Method Details- 
marshallpublic SdkHttpFullRequest marshall(UpdateProtectConfigurationCountryRuleSetRequest updateProtectConfigurationCountryRuleSetRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<UpdateProtectConfigurationCountryRuleSetRequest>
- Parameters:
- updateProtectConfigurationCountryRuleSetRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-