Class DisassociateProtectConfigurationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.pinpointsmsvoicev2.transform.DisassociateProtectConfigurationRequestMarshaller
- All Implemented Interfaces:
 Marshaller<DisassociateProtectConfigurationRequest>
@Generated("software.amazon.awssdk:codegen")
public class DisassociateProtectConfigurationRequestMarshaller
extends Object
implements Marshaller<DisassociateProtectConfigurationRequest>
DisassociateProtectConfigurationRequest Marshaller- 
Constructor Summary
ConstructorsConstructorDescription - 
Method Summary
Modifier and TypeMethodDescriptionmarshall(DisassociateProtectConfigurationRequest disassociateProtectConfigurationRequest) Marshalls the given POJO into aSdkHttpFullRequest. 
- 
Constructor Details
- 
DisassociateProtectConfigurationRequestMarshaller
public DisassociateProtectConfigurationRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)  
 - 
 - 
Method Details
- 
marshall
public SdkHttpFullRequest marshall(DisassociateProtectConfigurationRequest disassociateProtectConfigurationRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
 marshallin interfaceMarshaller<DisassociateProtectConfigurationRequest>- Parameters:
 disassociateProtectConfigurationRequest- POJO type.- Returns:
 - Marshalled 
SdkHttpFullRequest. 
 
 -