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