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