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