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