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