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