Class ListStreamsResult
- All Implemented Interfaces:
Serializable,Cloneable
Represents the output for ListStreams.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanIf set totrue, there are more streams available to list.The names of the streams that are associated with the AWS account making theListStreamsrequest.inthashCode()If set totrue, there are more streams available to list.voidsetHasMoreStreams(Boolean hasMoreStreams) If set totrue, there are more streams available to list.voidsetStreamNames(Collection<String> streamNames) The names of the streams that are associated with the AWS account making theListStreamsrequest.toString()Returns a string representation of this object; useful for testing and debugging.withHasMoreStreams(Boolean hasMoreStreams) If set totrue, there are more streams available to list.withStreamNames(String... streamNames) The names of the streams that are associated with the AWS account making theListStreamsrequest.withStreamNames(Collection<String> streamNames) The names of the streams that are associated with the AWS account making theListStreamsrequest.
-
Constructor Details
-
ListStreamsResult
public ListStreamsResult()
-
-
Method Details
-
getStreamNames
The names of the streams that are associated with the AWS account making the
ListStreamsrequest.- Returns:
- The names of the streams that are associated with the AWS account
making the
ListStreamsrequest.
-
setStreamNames
The names of the streams that are associated with the AWS account making the
ListStreamsrequest.- Parameters:
streamNames- The names of the streams that are associated with the AWS account making theListStreamsrequest.
-
withStreamNames
The names of the streams that are associated with the AWS account making the
ListStreamsrequest.NOTE: This method appends the values to the existing list (if any). Use
setStreamNames(java.util.Collection)orwithStreamNames(java.util.Collection)if you want to override the existing values.- Parameters:
streamNames- The names of the streams that are associated with the AWS account making theListStreamsrequest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withStreamNames
The names of the streams that are associated with the AWS account making the
ListStreamsrequest.- Parameters:
streamNames- The names of the streams that are associated with the AWS account making theListStreamsrequest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setHasMoreStreams
If set to
true, there are more streams available to list.- Parameters:
hasMoreStreams- If set totrue, there are more streams available to list.
-
getHasMoreStreams
If set to
true, there are more streams available to list.- Returns:
- If set to
true, there are more streams available to list.
-
withHasMoreStreams
If set to
true, there are more streams available to list.- Parameters:
hasMoreStreams- If set totrue, there are more streams available to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isHasMoreStreams
If set to
true, there are more streams available to list.- Returns:
- If set to
true, there are more streams available to list.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-