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