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