Class GetChannelRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.repostspace.transform.GetChannelRequestMarshaller
- All Implemented Interfaces:
- Marshaller<GetChannelRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class GetChannelRequestMarshaller
extends Object
implements Marshaller<GetChannelRequest>
GetChannelRequest Marshaller- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(GetChannelRequest getChannelRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
GetChannelRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<GetChannelRequest>
- Parameters:
- getChannelRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-