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