@Generated(value="software.amazon.awssdk:codegen") public class EventTriggerDefinition extends Object implements StructuredPojo, ToCopyableBuilder<EventTriggerDefinition.Builder,EventTriggerDefinition>
The container for the EventTriggerDefinition$EventResourceARN.
Modifier and Type | Class and Description |
---|---|
static interface |
EventTriggerDefinition.Builder |
Modifier and Type | Method and Description |
---|---|
static EventTriggerDefinition.Builder |
builder() |
boolean |
equals(Object obj) |
String |
eventResourceARN()
The Amazon Resource Name (ARN) for any local Amazon S3 resource that is an AWS Lambda function's event trigger
associated with this job.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends EventTriggerDefinition.Builder> |
serializableBuilderClass() |
EventTriggerDefinition.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String eventResourceARN()
The Amazon Resource Name (ARN) for any local Amazon S3 resource that is an AWS Lambda function's event trigger associated with this job.
public EventTriggerDefinition.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<EventTriggerDefinition.Builder,EventTriggerDefinition>
public static EventTriggerDefinition.Builder builder()
public static Class<? extends EventTriggerDefinition.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.