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