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