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