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