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