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