@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteEventsByEventTypeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteEventsByEventTypeResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteEventsByEventTypeResult |
clone() |
boolean |
equals(Object obj) |
String |
getEventsDeletionStatus()
The status of the delete request.
|
String |
getEventTypeName()
Name of event type for which to delete the events.
|
int |
hashCode() |
void |
setEventsDeletionStatus(String eventsDeletionStatus)
The status of the delete request.
|
void |
setEventTypeName(String eventTypeName)
Name of event type for which to delete the events.
|
String |
toString()
Returns a string representation of this object.
|
DeleteEventsByEventTypeResult |
withEventsDeletionStatus(String eventsDeletionStatus)
The status of the delete request.
|
DeleteEventsByEventTypeResult |
withEventTypeName(String eventTypeName)
Name of event type for which to delete the events.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setEventTypeName(String eventTypeName)
Name of event type for which to delete the events.
eventTypeName - Name of event type for which to delete the events.public String getEventTypeName()
Name of event type for which to delete the events.
public DeleteEventsByEventTypeResult withEventTypeName(String eventTypeName)
Name of event type for which to delete the events.
eventTypeName - Name of event type for which to delete the events.public void setEventsDeletionStatus(String eventsDeletionStatus)
The status of the delete request.
eventsDeletionStatus - The status of the delete request.public String getEventsDeletionStatus()
The status of the delete request.
public DeleteEventsByEventTypeResult withEventsDeletionStatus(String eventsDeletionStatus)
The status of the delete request.
eventsDeletionStatus - The status of the delete request.public String toString()
toString in class ObjectObject.toString()public DeleteEventsByEventTypeResult clone()
Copyright © 2024. All rights reserved.