StructuredPojo
, ToCopyableBuilder<VaultNotificationConfig.Builder,VaultNotificationConfig>
@Generated("software.amazon.awssdk:codegen") public class VaultNotificationConfig extends Object implements StructuredPojo, ToCopyableBuilder<VaultNotificationConfig.Builder,VaultNotificationConfig>
Represents a vault's notification configuration.
Modifier and Type | Class | Description |
---|---|---|
static interface |
VaultNotificationConfig.Builder |
Modifier and Type | Method | Description |
---|---|---|
static VaultNotificationConfig.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
List<String> |
events() |
A list of one or more events for which Amazon Glacier will send a notification to the specified Amazon SNS topic.
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends VaultNotificationConfig.Builder> |
serializableBuilderClass() |
|
String |
snsTopic() |
The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).
|
VaultNotificationConfig.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String snsTopic()
The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).
public List<String> events()
A list of one or more events for which Amazon Glacier will send a notification to the specified Amazon SNS topic.
public VaultNotificationConfig.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<VaultNotificationConfig.Builder,VaultNotificationConfig>
public static VaultNotificationConfig.Builder builder()
public static Class<? extends VaultNotificationConfig.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.