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