Class CreateStackRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.cloudformation.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 Constructor Description CreateStackRequestMarshaller(AwsQueryProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequest
marshall(CreateStackRequest createStackRequest)
-
-
-
Constructor Detail
-
CreateStackRequestMarshaller
public CreateStackRequestMarshaller(AwsQueryProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(CreateStackRequest createStackRequest)
- Specified by:
marshall
in interfaceMarshaller<CreateStackRequest>
-
-