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