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