Class DescribeFolderPermissionsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.quicksight.transform.DescribeFolderPermissionsRequestMarshaller
- All Implemented Interfaces:
- Marshaller<DescribeFolderPermissionsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class DescribeFolderPermissionsRequestMarshaller
extends Object
implements Marshaller<DescribeFolderPermissionsRequest>
DescribeFolderPermissionsRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionDescribeFolderPermissionsRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(DescribeFolderPermissionsRequest describeFolderPermissionsRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
DescribeFolderPermissionsRequestMarshaller
 
- 
- 
Method Details- 
marshallpublic SdkHttpFullRequest marshall(DescribeFolderPermissionsRequest describeFolderPermissionsRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<DescribeFolderPermissionsRequest>
- Parameters:
- describeFolderPermissionsRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-