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