Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.glacier.model
Class GetVaultNotificationsResult

java.lang.Object
  extended by com.amazonaws.services.glacier.model.GetVaultNotificationsResult
All Implemented Interfaces:
Serializable

public class GetVaultNotificationsResult
extends Object
implements Serializable

Contains the Amazon Glacier response to your request.

See Also:
Serialized Form

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

GetVaultNotificationsResult

public GetVaultNotificationsResult()
Method Detail

getVaultNotificationConfig

public VaultNotificationConfig getVaultNotificationConfig()
Returns the notification configuration set on the vault.

Returns:
Returns the notification configuration set on the vault.

setVaultNotificationConfig

public void setVaultNotificationConfig(VaultNotificationConfig vaultNotificationConfig)
Returns the notification configuration set on the vault.

Parameters:
vaultNotificationConfig - Returns the notification configuration set on the vault.

withVaultNotificationConfig

public GetVaultNotificationsResult withVaultNotificationConfig(VaultNotificationConfig vaultNotificationConfig)
Returns the notification configuration set on the vault.

Returns a reference to this object so that method calls can be chained together.

Parameters:
vaultNotificationConfig - Returns the notification configuration set on the vault.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.