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