@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPlaybackConfigurationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListPlaybackConfigurationsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListPlaybackConfigurationsResult |
clone() |
boolean |
equals(Object obj) |
List<PlaybackConfiguration> |
getItems()
Array of playback configurations.
|
String |
getNextToken()
Pagination token returned by the GET list request when results overrun the meximum allowed.
|
int |
hashCode() |
void |
setItems(Collection<PlaybackConfiguration> items)
Array of playback configurations.
|
void |
setNextToken(String nextToken)
Pagination token returned by the GET list request when results overrun the meximum allowed.
|
String |
toString()
Returns a string representation of this object.
|
ListPlaybackConfigurationsResult |
withItems(Collection<PlaybackConfiguration> items)
Array of playback configurations.
|
ListPlaybackConfigurationsResult |
withItems(PlaybackConfiguration... items)
Array of playback configurations.
|
ListPlaybackConfigurationsResult |
withNextToken(String nextToken)
Pagination token returned by the GET list request when results overrun the meximum allowed.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<PlaybackConfiguration> getItems()
Array of playback configurations. This may be all of the available configurations or a subset, depending on the settings you provide and on the total number of configurations stored.
public void setItems(Collection<PlaybackConfiguration> items)
Array of playback configurations. This may be all of the available configurations or a subset, depending on the settings you provide and on the total number of configurations stored.
items - Array of playback configurations. This may be all of the available configurations or a subset, depending
on the settings you provide and on the total number of configurations stored.public ListPlaybackConfigurationsResult withItems(PlaybackConfiguration... items)
Array of playback configurations. This may be all of the available configurations or a subset, depending on the settings you provide and on the total number of configurations stored.
NOTE: This method appends the values to the existing list (if any). Use
setItems(java.util.Collection) or withItems(java.util.Collection) if you want to override the
existing values.
items - Array of playback configurations. This may be all of the available configurations or a subset, depending
on the settings you provide and on the total number of configurations stored.public ListPlaybackConfigurationsResult withItems(Collection<PlaybackConfiguration> items)
Array of playback configurations. This may be all of the available configurations or a subset, depending on the settings you provide and on the total number of configurations stored.
items - Array of playback configurations. This may be all of the available configurations or a subset, depending
on the settings you provide and on the total number of configurations stored.public void setNextToken(String nextToken)
Pagination token returned by the GET list request when results overrun the meximum allowed. Use the token to fetch the next page of results.
nextToken - Pagination token returned by the GET list request when results overrun the meximum allowed. Use the token
to fetch the next page of results.public String getNextToken()
Pagination token returned by the GET list request when results overrun the meximum allowed. Use the token to fetch the next page of results.
public ListPlaybackConfigurationsResult withNextToken(String nextToken)
Pagination token returned by the GET list request when results overrun the meximum allowed. Use the token to fetch the next page of results.
nextToken - Pagination token returned by the GET list request when results overrun the meximum allowed. Use the token
to fetch the next page of results.public String toString()
toString in class ObjectObject.toString()public ListPlaybackConfigurationsResult clone()
Copyright © 2019. All rights reserved.