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