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