Class DescribeInboundIntegrationsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.redshift.transform.DescribeInboundIntegrationsRequestMarshaller
- All Implemented Interfaces:
Marshaller<DescribeInboundIntegrationsRequest>
@Generated("software.amazon.awssdk:codegen")
public class DescribeInboundIntegrationsRequestMarshaller
extends Object
implements Marshaller<DescribeInboundIntegrationsRequest>
DescribeInboundIntegrationsRequest
Marshaller-
Constructor Summary
ConstructorsConstructorDescriptionDescribeInboundIntegrationsRequestMarshaller
(AwsQueryProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall
(DescribeInboundIntegrationsRequest describeInboundIntegrationsRequest) Marshalls the given POJO into aSdkHttpFullRequest
.
-
Constructor Details
-
DescribeInboundIntegrationsRequestMarshaller
-
-
Method Details
-
marshall
public SdkHttpFullRequest marshall(DescribeInboundIntegrationsRequest describeInboundIntegrationsRequest) Description copied from interface:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<DescribeInboundIntegrationsRequest>
- Parameters:
describeInboundIntegrationsRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-