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