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