ToCopyableBuilder<ListStreamsResponse.Builder,ListStreamsResponse>@Generated("software.amazon.awssdk:codegen") public class ListStreamsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListStreamsResponse.Builder,ListStreamsResponse>
Represents the output for ListStreams.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
ListStreamsResponse.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static ListStreamsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Boolean |
hasMoreStreams() |
If set to
true, there are more streams available to list. |
static Class<? extends ListStreamsResponse.Builder> |
serializableBuilderClass() |
|
List<String> |
streamNames() |
The names of the streams that are associated with the AWS account making the
ListStreams request. |
ListStreamsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic List<String> streamNames()
The names of the streams that are associated with the AWS account making the ListStreams request.
ListStreams
request.public Boolean hasMoreStreams()
If set to true, there are more streams available to list.
true, there are more streams available to list.public ListStreamsResponse.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ListStreamsResponse.Builder,ListStreamsResponse>public static ListStreamsResponse.Builder builder()
public static Class<? extends ListStreamsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.