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