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