@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTimelineEventResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateTimelineEventResult() |
Modifier and Type | Method and Description |
---|---|
CreateTimelineEventResult |
clone() |
boolean |
equals(Object obj) |
String |
getEventId()
The ID of the event for easy reference later.
|
String |
getIncidentRecordArn()
The ARN of the incident record that you added the event to.
|
int |
hashCode() |
void |
setEventId(String eventId)
The ID of the event for easy reference later.
|
void |
setIncidentRecordArn(String incidentRecordArn)
The ARN of the incident record that you added the event to.
|
String |
toString()
Returns a string representation of this object.
|
CreateTimelineEventResult |
withEventId(String eventId)
The ID of the event for easy reference later.
|
CreateTimelineEventResult |
withIncidentRecordArn(String incidentRecordArn)
The ARN of the incident record that you added the event to.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setEventId(String eventId)
The ID of the event for easy reference later.
eventId
- The ID of the event for easy reference later.public String getEventId()
The ID of the event for easy reference later.
public CreateTimelineEventResult withEventId(String eventId)
The ID of the event for easy reference later.
eventId
- The ID of the event for easy reference later.public void setIncidentRecordArn(String incidentRecordArn)
The ARN of the incident record that you added the event to.
incidentRecordArn
- The ARN of the incident record that you added the event to.public String getIncidentRecordArn()
The ARN of the incident record that you added the event to.
public CreateTimelineEventResult withIncidentRecordArn(String incidentRecordArn)
The ARN of the incident record that you added the event to.
incidentRecordArn
- The ARN of the incident record that you added the event to.public String toString()
toString
in class Object
Object.toString()
public CreateTimelineEventResult clone()