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