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