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