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