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