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