@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTimelineEventRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetTimelineEventRequest() |
Modifier and Type | Method and Description |
---|---|
GetTimelineEventRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEventId()
The ID of the event.
|
String |
getIncidentRecordArn()
The Amazon Resource Name (ARN) of the incident that includes the timeline event.
|
int |
hashCode() |
void |
setEventId(String eventId)
The ID of the event.
|
void |
setIncidentRecordArn(String incidentRecordArn)
The Amazon Resource Name (ARN) of the incident that includes the timeline event.
|
String |
toString()
Returns a string representation of this object.
|
GetTimelineEventRequest |
withEventId(String eventId)
The ID of the event.
|
GetTimelineEventRequest |
withIncidentRecordArn(String incidentRecordArn)
The Amazon Resource Name (ARN) of the incident that includes the timeline event.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setEventId(String eventId)
The ID of the event. You can get an event's ID when you create it, or by using ListTimelineEvents
.
eventId
- The ID of the event. You can get an event's ID when you create it, or by using
ListTimelineEvents
.public String getEventId()
The ID of the event. You can get an event's ID when you create it, or by using ListTimelineEvents
.
ListTimelineEvents
.public GetTimelineEventRequest withEventId(String eventId)
The ID of the event. You can get an event's ID when you create it, or by using ListTimelineEvents
.
eventId
- The ID of the event. You can get an event's ID when you create it, or by using
ListTimelineEvents
.public void setIncidentRecordArn(String incidentRecordArn)
The Amazon Resource Name (ARN) of the incident that includes the timeline event.
incidentRecordArn
- The Amazon Resource Name (ARN) of the incident that includes the timeline event.public String getIncidentRecordArn()
The Amazon Resource Name (ARN) of the incident that includes the timeline event.
public GetTimelineEventRequest withIncidentRecordArn(String incidentRecordArn)
The Amazon Resource Name (ARN) of the incident that includes the timeline event.
incidentRecordArn
- The Amazon Resource Name (ARN) of the incident that includes the timeline event.public String toString()
toString
in class Object
Object.toString()
public GetTimelineEventRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()