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