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