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