public class GetVaultNotificationsResult extends Object implements Serializable
Contains the Amazon Glacier response to your request.
Constructor and Description |
---|
GetVaultNotificationsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
VaultNotificationConfig |
getVaultNotificationConfig()
Returns the notification configuration set on the vault.
|
int |
hashCode() |
void |
setVaultNotificationConfig(VaultNotificationConfig vaultNotificationConfig)
Returns the notification configuration set on the vault.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetVaultNotificationsResult |
withVaultNotificationConfig(VaultNotificationConfig vaultNotificationConfig)
Returns the notification configuration set on the vault.
|
public VaultNotificationConfig getVaultNotificationConfig()
public void setVaultNotificationConfig(VaultNotificationConfig vaultNotificationConfig)
vaultNotificationConfig
- Returns the notification configuration set on the vault.public GetVaultNotificationsResult withVaultNotificationConfig(VaultNotificationConfig vaultNotificationConfig)
Returns a reference to this object so that method calls can be chained together.
vaultNotificationConfig
- Returns the notification configuration set on the vault.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.