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