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