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