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