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