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