Class DeleteStackRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.cloudformation.transform.DeleteStackRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<DeleteStackRequest>
@Generated("software.amazon.awssdk:codegen") public class DeleteStackRequestMarshaller extends Object implements Marshaller<DeleteStackRequest>
DeleteStackRequest
Marshaller
-
-
Constructor Summary
Constructors Constructor Description DeleteStackRequestMarshaller(AwsQueryProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequest
marshall(DeleteStackRequest deleteStackRequest)
-
-
-
Constructor Detail
-
DeleteStackRequestMarshaller
public DeleteStackRequestMarshaller(AwsQueryProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(DeleteStackRequest deleteStackRequest)
- Specified by:
marshall
in interfaceMarshaller<DeleteStackRequest>
-
-