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