public class ListStreamsResult
extends java.lang.Object
implements java.io.Serializable
Represents the output for ListStreams.
| Constructor and Description |
|---|
ListStreamsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getHasMoreStreams()
If set to
true, there are more streams available to list. |
java.util.List<java.lang.String> |
getStreamNames()
The names of the streams that are associated with the AWS account making
the
ListStreams request. |
int |
hashCode() |
java.lang.Boolean |
isHasMoreStreams()
If set to
true, there are more streams available to list. |
void |
setHasMoreStreams(java.lang.Boolean hasMoreStreams)
If set to
true, there are more streams available to list. |
void |
setStreamNames(java.util.Collection<java.lang.String> streamNames)
The names of the streams that are associated with the AWS account making
the
ListStreams request. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListStreamsResult |
withHasMoreStreams(java.lang.Boolean hasMoreStreams)
If set to
true, there are more streams available to list. |
ListStreamsResult |
withStreamNames(java.util.Collection<java.lang.String> streamNames)
The names of the streams that are associated with the AWS account making
the
ListStreams request. |
ListStreamsResult |
withStreamNames(java.lang.String... streamNames)
The names of the streams that are associated with the AWS account making
the
ListStreams request. |
public java.util.List<java.lang.String> getStreamNames()
The names of the streams that are associated with the AWS account making
the ListStreams request.
The names of the streams that are associated with the AWS account
making the ListStreams request.
public void setStreamNames(java.util.Collection<java.lang.String> streamNames)
The names of the streams that are associated with the AWS account making
the ListStreams request.
streamNames -
The names of the streams that are associated with the AWS
account making the ListStreams request.
public ListStreamsResult withStreamNames(java.lang.String... streamNames)
The names of the streams that are associated with the AWS account making
the ListStreams request.
Returns a reference to this object so that method calls can be chained together.
streamNames -
The names of the streams that are associated with the AWS
account making the ListStreams request.
public ListStreamsResult withStreamNames(java.util.Collection<java.lang.String> streamNames)
The names of the streams that are associated with the AWS account making
the ListStreams request.
Returns a reference to this object so that method calls can be chained together.
streamNames -
The names of the streams that are associated with the AWS
account making the ListStreams request.
public java.lang.Boolean isHasMoreStreams()
If set to true, there are more streams available to list.
If set to true, there are more streams available to
list.
public java.lang.Boolean getHasMoreStreams()
If set to true, there are more streams available to list.
If set to true, there are more streams available to
list.
public void setHasMoreStreams(java.lang.Boolean hasMoreStreams)
If set to true, there are more streams available to list.
hasMoreStreams -
If set to true, there are more streams available
to list.
public ListStreamsResult withHasMoreStreams(java.lang.Boolean hasMoreStreams)
If set to true, there are more streams available to list.
Returns a reference to this object so that method calls can be chained together.
hasMoreStreams -
If set to true, there are more streams available
to list.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.