@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 exceed the maximum 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 exceed the maximum 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 exceed the maximum allowed.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<PlaybackConfiguration> getItems()
Array of playback configurations. This might be all the available configurations or a subset, depending on the settings that you provide and the total number of configurations stored.
public void setItems(Collection<PlaybackConfiguration> items)
Array of playback configurations. This might be all the available configurations or a subset, depending on the settings that you provide and the total number of configurations stored.
items
- Array of playback configurations. This might be all the available configurations or a subset, depending on
the settings that you provide and the total number of configurations stored.public ListPlaybackConfigurationsResult withItems(PlaybackConfiguration... items)
Array of playback configurations. This might be all the available configurations or a subset, depending on the settings that you provide and 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 might be all the available configurations or a subset, depending on
the settings that you provide and the total number of configurations stored.public ListPlaybackConfigurationsResult withItems(Collection<PlaybackConfiguration> items)
Array of playback configurations. This might be all the available configurations or a subset, depending on the settings that you provide and the total number of configurations stored.
items
- Array of playback configurations. This might be all the available configurations or a subset, depending on
the settings that you provide and the total number of configurations stored.public void setNextToken(String nextToken)
Pagination token returned by the GET list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
nextToken
- Pagination token returned by the GET list request when results exceed the maximum allowed. Use the token
to fetch the next page of results.public String getNextToken()
Pagination token returned by the GET list request when results exceed the maximum 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 exceed the maximum allowed. Use the token to fetch the next page of results.
nextToken
- Pagination token returned by the GET list request when results exceed the maximum allowed. Use the token
to fetch the next page of results.public String toString()
toString
in class Object
Object.toString()
public ListPlaybackConfigurationsResult clone()