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