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