Class CreateIntegrationTablePropertiesRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.glue.transform.CreateIntegrationTablePropertiesRequestMarshaller
- All Implemented Interfaces:
Marshaller<CreateIntegrationTablePropertiesRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<CreateIntegrationTablePropertiesRequest>
- Parameters:
createIntegrationTablePropertiesRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-