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