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