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