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