|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.kinesis.model.ListStreamsResult
public class ListStreamsResult
Represents the output of a ListStreams
operation.
Constructor Summary | |
---|---|
ListStreamsResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Boolean |
getHasMoreStreams()
If set to true , there are more streams available to list. |
List<String> |
getStreamNames()
The names of the streams that are associated with the AWS account making the ListStreams request. |
int |
hashCode()
|
Boolean |
isHasMoreStreams()
If set to true , there are more streams available to list. |
void |
setHasMoreStreams(Boolean hasMoreStreams)
If set to true , there are more streams available to list. |
void |
setStreamNames(Collection<String> streamNames)
The names of the streams that are associated with the AWS account making the ListStreams request. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ListStreamsResult |
withHasMoreStreams(Boolean hasMoreStreams)
If set to true , there are more streams available to list. |
ListStreamsResult |
withStreamNames(Collection<String> streamNames)
The names of the streams that are associated with the AWS account making the ListStreams request. |
ListStreamsResult |
withStreamNames(String... streamNames)
The names of the streams that are associated with the AWS account making the ListStreams request. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ListStreamsResult()
Method Detail |
---|
public List<String> getStreamNames()
ListStreams
request.
ListStreams
request.public void setStreamNames(Collection<String> streamNames)
ListStreams
request.
streamNames
- The names of the streams that are associated with the AWS account
making the ListStreams
request.public ListStreamsResult withStreamNames(String... streamNames)
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(Collection<String> streamNames)
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 Boolean isHasMoreStreams()
true
, there are more streams available to list.
true
, there are more streams available to list.public void setHasMoreStreams(Boolean hasMoreStreams)
true
, there are more streams available to list.
hasMoreStreams
- If set to true
, there are more streams available to list.public ListStreamsResult withHasMoreStreams(Boolean hasMoreStreams)
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 Boolean getHasMoreStreams()
true
, there are more streams available to list.
true
, there are more streams available to list.public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |