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