Class CreateBackupVaultRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.backup.transform.CreateBackupVaultRequestMarshaller
- All Implemented Interfaces:
- Marshaller<CreateBackupVaultRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class CreateBackupVaultRequestMarshaller
extends Object
implements Marshaller<CreateBackupVaultRequest>
CreateBackupVaultRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionCreateBackupVaultRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(CreateBackupVaultRequest createBackupVaultRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
CreateBackupVaultRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<CreateBackupVaultRequest>
- Parameters:
- createBackupVaultRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-