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