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