public class PutEventStreamResult extends Object implements Serializable
Constructor and Description |
---|
PutEventStreamResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
EventStream |
getEventStream()
Model for an event publishing subscription export.
|
int |
hashCode() |
void |
setEventStream(EventStream eventStream)
Model for an event publishing subscription export.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PutEventStreamResult |
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 PutEventStreamResult 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 String toString()
toString
in class Object
Object.toString()
Copyright © 2019. All rights reserved.