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