StructuredPojo
, ToCopyableBuilder<TriggerConfig.Builder,TriggerConfig>
@Generated("software.amazon.awssdk:codegen") public class TriggerConfig extends Object implements StructuredPojo, ToCopyableBuilder<TriggerConfig.Builder,TriggerConfig>
Information about notification triggers for the deployment group.
Modifier and Type | Class | Description |
---|---|---|
static interface |
TriggerConfig.Builder |
Modifier and Type | Method | Description |
---|---|---|
static TriggerConfig.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends TriggerConfig.Builder> |
serializableBuilderClass() |
|
TriggerConfig.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
List<String> |
triggerEvents() |
The event type or types for which notifications are triggered.
|
String |
triggerName() |
The name of the notification trigger.
|
String |
triggerTargetArn() |
The ARN of the Amazon Simple Notification Service topic through which notifications about deployment or instance
events are sent.
|
public String triggerName()
The name of the notification trigger.
public String triggerTargetArn()
The ARN of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.
public List<String> triggerEvents()
The event type or types for which notifications are triggered.
TriggerEventType
public TriggerConfig.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TriggerConfig.Builder,TriggerConfig>
public static TriggerConfig.Builder builder()
public static Class<? extends TriggerConfig.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.