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