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