Class GetVaultNotificationsResult
java.lang.Object
com.amazonaws.services.glacier.model.GetVaultNotificationsResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the Amazon Glacier response to your request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Returns the notification configuration set on the vault.int
hashCode()
void
setVaultNotificationConfig
(VaultNotificationConfig vaultNotificationConfig) Returns the notification configuration set on the vault.toString()
Returns a string representation of this object; useful for testing and debugging.withVaultNotificationConfig
(VaultNotificationConfig vaultNotificationConfig) Returns the notification configuration set on the vault.
-
Constructor Details
-
GetVaultNotificationsResult
public GetVaultNotificationsResult()
-
-
Method Details
-
setVaultNotificationConfig
Returns the notification configuration set on the vault.
- Parameters:
vaultNotificationConfig
- Returns the notification configuration set on the vault.
-
getVaultNotificationConfig
Returns the notification configuration set on the vault.
- Returns:
- Returns the notification configuration set on the vault.
-
withVaultNotificationConfig
public GetVaultNotificationsResult withVaultNotificationConfig(VaultNotificationConfig vaultNotificationConfig) Returns the notification configuration set on the vault.
- Parameters:
vaultNotificationConfig
- Returns the notification configuration set on the vault.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-