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