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