@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EventTriggerDefinition extends Object implements Serializable, Cloneable, StructuredPojo
The container for the EventTriggerDefinition$EventResourceARN.
| Constructor and Description |
|---|
EventTriggerDefinition() |
| Modifier and Type | Method and Description |
|---|---|
EventTriggerDefinition |
clone() |
boolean |
equals(Object obj) |
String |
getEventResourceARN()
The Amazon Resource Name (ARN) for any local Amazon S3 resource that is an AWS Lambda function's event trigger
associated with this job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEventResourceARN(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.
|
String |
toString()
Returns a string representation of this object.
|
EventTriggerDefinition |
withEventResourceARN(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 void setEventResourceARN(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.
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 String getEventResourceARN()
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 withEventResourceARN(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.
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 String toString()
toString in class ObjectObject.toString()public EventTriggerDefinition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.