com.amazonaws.services.elastictranscoder.model
Class ListPresetsResult

java.lang.Object
  extended by com.amazonaws.services.elastictranscoder.model.ListPresetsResult
All Implemented Interfaces:
Serializable

public class ListPresetsResult
extends Object
implements Serializable

The ListPresetsResponse structure.

See Also:
Serialized Form

Constructor Summary
ListPresetsResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getNextPageToken()
          A value that you use to access the second and subsequent pages of results, if any.
 List<Preset> getPresets()
          An array of Preset objects.
 int hashCode()
           
 void setNextPageToken(String nextPageToken)
          A value that you use to access the second and subsequent pages of results, if any.
 void setPresets(Collection<Preset> presets)
          An array of Preset objects.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 ListPresetsResult withNextPageToken(String nextPageToken)
          A value that you use to access the second and subsequent pages of results, if any.
 ListPresetsResult withPresets(Collection<Preset> presets)
          An array of Preset objects.
 ListPresetsResult withPresets(Preset... presets)
          An array of Preset objects.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListPresetsResult

public ListPresetsResult()
Method Detail

getPresets

public List<Preset> getPresets()
An array of Preset objects.

Returns:
An array of Preset objects.

setPresets

public void setPresets(Collection<Preset> presets)
An array of Preset objects.

Parameters:
presets - An array of Preset objects.

withPresets

public ListPresetsResult withPresets(Preset... presets)
An array of Preset objects.

Returns a reference to this object so that method calls can be chained together.

Parameters:
presets - An array of Preset objects.
Returns:
A reference to this updated object so that method calls can be chained together.

withPresets

public ListPresetsResult withPresets(Collection<Preset> presets)
An array of Preset objects.

Returns a reference to this object so that method calls can be chained together.

Parameters:
presets - An array of Preset objects.
Returns:
A reference to this updated object so that method calls can be chained together.

getNextPageToken

public String getNextPageToken()
A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

Constraints:
Pattern: ^\d{13}-\w{6}$

Returns:
A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

setNextPageToken

public void setNextPageToken(String nextPageToken)
A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

Constraints:
Pattern: ^\d{13}-\w{6}$

Parameters:
nextPageToken - A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

withNextPageToken

public ListPresetsResult withNextPageToken(String nextPageToken)
A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Pattern: ^\d{13}-\w{6}$

Parameters:
nextPageToken - A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken is null.
Returns:
A reference to this updated object so that method calls can be chained together.

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.