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