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