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