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