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