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