@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteEventRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteEventRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteEventRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getDeleteAuditHistory()
Specifies whether or not to delete any predictions associated with the event.
|
String |
getEventId()
The ID of the event to delete.
|
String |
getEventTypeName()
The name of the event type.
|
int |
hashCode() |
Boolean |
isDeleteAuditHistory()
Specifies whether or not to delete any predictions associated with the event.
|
void |
setDeleteAuditHistory(Boolean deleteAuditHistory)
Specifies whether or not to delete any predictions associated with the event.
|
void |
setEventId(String eventId)
The ID of the event to delete.
|
void |
setEventTypeName(String eventTypeName)
The name of the event type.
|
String |
toString()
Returns a string representation of this object.
|
DeleteEventRequest |
withDeleteAuditHistory(Boolean deleteAuditHistory)
Specifies whether or not to delete any predictions associated with the event.
|
DeleteEventRequest |
withEventId(String eventId)
The ID of the event to delete.
|
DeleteEventRequest |
withEventTypeName(String eventTypeName)
The name of the event type.
|
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 to delete.
eventId
- The ID of the event to delete.public String getEventId()
The ID of the event to delete.
public DeleteEventRequest withEventId(String eventId)
The ID of the event to delete.
eventId
- The ID of the event to delete.public void setEventTypeName(String eventTypeName)
The name of the event type.
eventTypeName
- The name of the event type.public String getEventTypeName()
The name of the event type.
public DeleteEventRequest withEventTypeName(String eventTypeName)
The name of the event type.
eventTypeName
- The name of the event type.public void setDeleteAuditHistory(Boolean deleteAuditHistory)
Specifies whether or not to delete any predictions associated with the event. If set to True
,
deleteAuditHistory
- Specifies whether or not to delete any predictions associated with the event. If set to True
,public Boolean getDeleteAuditHistory()
Specifies whether or not to delete any predictions associated with the event. If set to True
,
True
,public DeleteEventRequest withDeleteAuditHistory(Boolean deleteAuditHistory)
Specifies whether or not to delete any predictions associated with the event. If set to True
,
deleteAuditHistory
- Specifies whether or not to delete any predictions associated with the event. If set to True
,public Boolean isDeleteAuditHistory()
Specifies whether or not to delete any predictions associated with the event. If set to True
,
True
,public String toString()
toString
in class Object
Object.toString()
public DeleteEventRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()