|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.glacier.model.GetVaultNotificationsResult
public class GetVaultNotificationsResult
Contains the Amazon Glacier response to your request.
Constructor Summary | |
---|---|
GetVaultNotificationsResult()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GetVaultNotificationsResult()
Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |