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