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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<GetIntegrationTablePropertiesRequest>
- Parameters:
getIntegrationTablePropertiesRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-