@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteTimelineEventRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteTimelineEventRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteTimelineEventRequest |
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 you are updating.
|
String |
getIncidentRecordArn()
The Amazon Resource Name (ARN) of the incident that the event is part of.
|
int |
hashCode() |
void |
setEventId(String eventId)
The ID of the event you are updating.
|
void |
setIncidentRecordArn(String incidentRecordArn)
The Amazon Resource Name (ARN) of the incident that the event is part of.
|
String |
toString()
Returns a string representation of this object.
|
DeleteTimelineEventRequest |
withEventId(String eventId)
The ID of the event you are updating.
|
DeleteTimelineEventRequest |
withIncidentRecordArn(String incidentRecordArn)
The Amazon Resource Name (ARN) of the incident that the event is part of.
|
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 are updating. You can find this by using ListTimelineEvents
.
eventId
- The ID of the event you are updating. You can find this by using ListTimelineEvents
.public String getEventId()
The ID of the event you are updating. You can find this by using ListTimelineEvents
.
ListTimelineEvents
.public DeleteTimelineEventRequest withEventId(String eventId)
The ID of the event you are updating. You can find this by using ListTimelineEvents
.
eventId
- The ID of the event you are updating. You can find this by using ListTimelineEvents
.public void setIncidentRecordArn(String incidentRecordArn)
The Amazon Resource Name (ARN) of the incident that the event is part of.
incidentRecordArn
- The Amazon Resource Name (ARN) of the incident that the event is part of.public String getIncidentRecordArn()
The Amazon Resource Name (ARN) of the incident that the event is part of.
public DeleteTimelineEventRequest withIncidentRecordArn(String incidentRecordArn)
The Amazon Resource Name (ARN) of the incident that the event is part of.
incidentRecordArn
- The Amazon Resource Name (ARN) of the incident that the event is part of.public String toString()
toString
in class Object
Object.toString()
public DeleteTimelineEventRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()