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