public class DeleteEventStreamResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
DeleteEventStreamResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
EventStream |
getEventStream()
Model for an event publishing subscription export.
|
int |
hashCode() |
void |
setEventStream(EventStream eventStream)
Model for an event publishing subscription export.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteEventStreamResult |
withEventStream(EventStream eventStream)
Model for an event publishing subscription export.
|
public EventStream getEventStream()
public void setEventStream(EventStream eventStream)
eventStream
- Model for an event publishing subscription export.public DeleteEventStreamResult withEventStream(EventStream eventStream)
Returns a reference to this object so that method calls can be chained together.
eventStream
- Model for an event publishing subscription export.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.