@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetVaultNotificationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the Amazon Glacier response to your request.
| Constructor and Description |
|---|
GetVaultNotificationsResult() |
| Modifier and Type | Method and Description |
|---|---|
GetVaultNotificationsResult |
clone() |
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setVaultNotificationConfig(VaultNotificationConfig vaultNotificationConfig)
Returns the notification configuration set on the vault.
vaultNotificationConfig - Returns the notification configuration set on the vault.public VaultNotificationConfig getVaultNotificationConfig()
Returns the notification configuration set on the vault.
public GetVaultNotificationsResult withVaultNotificationConfig(VaultNotificationConfig vaultNotificationConfig)
Returns the notification configuration set on the vault.
vaultNotificationConfig - Returns the notification configuration set on the vault.public String toString()
toString in class ObjectObject.toString()public GetVaultNotificationsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.