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