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