Class ListMicrosoftTeamsConfiguredTeamsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.chatbot.transform.ListMicrosoftTeamsConfiguredTeamsRequestMarshaller
- All Implemented Interfaces:
- Marshaller<ListMicrosoftTeamsConfiguredTeamsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class ListMicrosoftTeamsConfiguredTeamsRequestMarshaller
extends Object
implements Marshaller<ListMicrosoftTeamsConfiguredTeamsRequest>
ListMicrosoftTeamsConfiguredTeamsRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescription
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(ListMicrosoftTeamsConfiguredTeamsRequest listMicrosoftTeamsConfiguredTeamsRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
ListMicrosoftTeamsConfiguredTeamsRequestMarshallerpublic ListMicrosoftTeamsConfiguredTeamsRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
 
- 
- 
Method Details- 
marshallpublic SdkHttpFullRequest marshall(ListMicrosoftTeamsConfiguredTeamsRequest listMicrosoftTeamsConfiguredTeamsRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<ListMicrosoftTeamsConfiguredTeamsRequest>
- Parameters:
- listMicrosoftTeamsConfiguredTeamsRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-