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