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