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