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