com.amazonaws.services.kinesis.model
Class ListStreamsResult

java.lang.Object
  extended by com.amazonaws.services.kinesis.model.ListStreamsResult
All Implemented Interfaces:
Serializable

public class ListStreamsResult
extends Object
implements Serializable

Represents the output of a ListStreams operation.

See Also:
Serialized Form

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

ListStreamsResult

public ListStreamsResult()
Method Detail

getStreamNames

public List<String> getStreamNames()
The names of the streams that are associated with the AWS account making the ListStreams request.

Returns:
The names of the streams that are associated with the AWS account making the ListStreams request.

setStreamNames

public void setStreamNames(Collection<String> streamNames)
The names of the streams that are associated with the AWS account making the ListStreams request.

Parameters:
streamNames - The names of the streams that are associated with the AWS account making the ListStreams request.

withStreamNames

public ListStreamsResult withStreamNames(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.

Parameters:
streamNames - The names of the streams that are associated with the AWS account making the ListStreams request.
Returns:
A reference to this updated object so that method calls can be chained together.

withStreamNames

public ListStreamsResult withStreamNames(Collection<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.

Parameters:
streamNames - The names of the streams that are associated with the AWS account making the ListStreams request.
Returns:
A reference to this updated object so that method calls can be chained together.

isHasMoreStreams

public Boolean isHasMoreStreams()
If set to true, there are more streams available to list.

Returns:
If set to true, there are more streams available to list.

setHasMoreStreams

public void setHasMoreStreams(Boolean hasMoreStreams)
If set to true, there are more streams available to list.

Parameters:
hasMoreStreams - If set to true, there are more streams available to list.

withHasMoreStreams

public ListStreamsResult withHasMoreStreams(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.

Parameters:
hasMoreStreams - If set to true, there are more streams available to list.
Returns:
A reference to this updated object so that method calls can be chained together.

getHasMoreStreams

public Boolean getHasMoreStreams()
If set to true, there are more streams available to list.

Returns:
If set to true, there are more streams available to list.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.