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