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