Class ListLogGroupsForQueryRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.cloudwatchlogs.transform.ListLogGroupsForQueryRequestMarshaller
- All Implemented Interfaces:
Marshaller<ListLogGroupsForQueryRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<ListLogGroupsForQueryRequest>- Parameters:
listLogGroupsForQueryRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-