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