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