@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEventActionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetEventActionResult() |
Modifier and Type | Method and Description |
---|---|
GetEventActionResult |
clone() |
boolean |
equals(Object obj) |
Action |
getAction()
What occurs after a certain event.
|
String |
getArn()
The ARN for the event action.
|
Date |
getCreatedAt()
The date and time that the event action was created, in ISO 8601 format.
|
Event |
getEvent()
What occurs to start an action.
|
String |
getId()
The unique identifier for the event action.
|
Date |
getUpdatedAt()
The date and time that the event action was last updated, in ISO 8601 format.
|
int |
hashCode() |
void |
setAction(Action action)
What occurs after a certain event.
|
void |
setArn(String arn)
The ARN for the event action.
|
void |
setCreatedAt(Date createdAt)
The date and time that the event action was created, in ISO 8601 format.
|
void |
setEvent(Event event)
What occurs to start an action.
|
void |
setId(String id)
The unique identifier for the event action.
|
void |
setUpdatedAt(Date updatedAt)
The date and time that the event action was last updated, in ISO 8601 format.
|
String |
toString()
Returns a string representation of this object.
|
GetEventActionResult |
withAction(Action action)
What occurs after a certain event.
|
GetEventActionResult |
withArn(String arn)
The ARN for the event action.
|
GetEventActionResult |
withCreatedAt(Date createdAt)
The date and time that the event action was created, in ISO 8601 format.
|
GetEventActionResult |
withEvent(Event event)
What occurs to start an action.
|
GetEventActionResult |
withId(String id)
The unique identifier for the event action.
|
GetEventActionResult |
withUpdatedAt(Date updatedAt)
The date and time that the event action was last updated, in ISO 8601 format.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAction(Action action)
What occurs after a certain event.
action
- What occurs after a certain event.public Action getAction()
What occurs after a certain event.
public GetEventActionResult withAction(Action action)
What occurs after a certain event.
action
- What occurs after a certain event.public void setArn(String arn)
The ARN for the event action.
arn
- The ARN for the event action.public String getArn()
The ARN for the event action.
public GetEventActionResult withArn(String arn)
The ARN for the event action.
arn
- The ARN for the event action.public void setCreatedAt(Date createdAt)
The date and time that the event action was created, in ISO 8601 format.
createdAt
- The date and time that the event action was created, in ISO 8601 format.public Date getCreatedAt()
The date and time that the event action was created, in ISO 8601 format.
public GetEventActionResult withCreatedAt(Date createdAt)
The date and time that the event action was created, in ISO 8601 format.
createdAt
- The date and time that the event action was created, in ISO 8601 format.public void setEvent(Event event)
What occurs to start an action.
event
- What occurs to start an action.public Event getEvent()
What occurs to start an action.
public GetEventActionResult withEvent(Event event)
What occurs to start an action.
event
- What occurs to start an action.public void setId(String id)
The unique identifier for the event action.
id
- The unique identifier for the event action.public String getId()
The unique identifier for the event action.
public GetEventActionResult withId(String id)
The unique identifier for the event action.
id
- The unique identifier for the event action.public void setUpdatedAt(Date updatedAt)
The date and time that the event action was last updated, in ISO 8601 format.
updatedAt
- The date and time that the event action was last updated, in ISO 8601 format.public Date getUpdatedAt()
The date and time that the event action was last updated, in ISO 8601 format.
public GetEventActionResult withUpdatedAt(Date updatedAt)
The date and time that the event action was last updated, in ISO 8601 format.
updatedAt
- The date and time that the event action was last updated, in ISO 8601 format.public String toString()
toString
in class Object
Object.toString()
public GetEventActionResult clone()