@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)
Marshalls this structured data using the given
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; useful for testing and debugging.
|
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 Object
Object.toString()
public EventTriggerDefinition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.