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