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