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