Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.elastictranscoder.model
Class Playlist

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

public class Playlist
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Playlist()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getFormat()
           Constraints:
Pattern: (^HLSv3$)
 String getName()
           Constraints:
Length: 1 - 255
 List<String> getOutputKeys()
           Constraints:
Length: 0 - 30
 String getStatus()
           Constraints:
Pattern: (^Submitted$)|(^Progressing$)|(^Complete$)|(^Canceled$)|(^Error$)
 String getStatusDetail()
           Constraints:
Length: 0 - 255
 int hashCode()
           
 void setFormat(String format)
           Constraints:
Pattern: (^HLSv3$)
 void setName(String name)
           Constraints:
Length: 1 - 255
 void setOutputKeys(Collection<String> outputKeys)
           Constraints:
Length: 0 - 30
 void setStatus(String status)
           Constraints:
Pattern: (^Submitted$)|(^Progressing$)|(^Complete$)|(^Canceled$)|(^Error$)
 void setStatusDetail(String statusDetail)
           Constraints:
Length: 0 - 255
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 Playlist withFormat(String format)
           Returns a reference to this object so that method calls can be chained together.
 Playlist withName(String name)
           Returns a reference to this object so that method calls can be chained together.
 Playlist withOutputKeys(Collection<String> outputKeys)
           Returns a reference to this object so that method calls can be chained together.
 Playlist withOutputKeys(String... outputKeys)
           Returns a reference to this object so that method calls can be chained together.
 Playlist withStatus(String status)
           Returns a reference to this object so that method calls can be chained together.
 Playlist withStatusDetail(String statusDetail)
           Returns a reference to this object so that method calls can be chained together.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Playlist

public Playlist()
Method Detail

getName

public String getName()

Constraints:
Length: 1 - 255

Returns:

setName

public void setName(String name)

Constraints:
Length: 1 - 255

Parameters:
name -

withName

public Playlist withName(String name)

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

Constraints:
Length: 1 - 255

Parameters:
name -
Returns:
A reference to this updated object so that method calls can be chained together.

getFormat

public String getFormat()

Constraints:
Pattern: (^HLSv3$)

Returns:

setFormat

public void setFormat(String format)

Constraints:
Pattern: (^HLSv3$)

Parameters:
format -

withFormat

public Playlist withFormat(String format)

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

Constraints:
Pattern: (^HLSv3$)

Parameters:
format -
Returns:
A reference to this updated object so that method calls can be chained together.

getOutputKeys

public List<String> getOutputKeys()

Constraints:
Length: 0 - 30

Returns:

setOutputKeys

public void setOutputKeys(Collection<String> outputKeys)

Constraints:
Length: 0 - 30

Parameters:
outputKeys -

withOutputKeys

public Playlist withOutputKeys(String... outputKeys)

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

Constraints:
Length: 0 - 30

Parameters:
outputKeys -
Returns:
A reference to this updated object so that method calls can be chained together.

withOutputKeys

public Playlist withOutputKeys(Collection<String> outputKeys)

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

Constraints:
Length: 0 - 30

Parameters:
outputKeys -
Returns:
A reference to this updated object so that method calls can be chained together.

getStatus

public String getStatus()

Constraints:
Pattern: (^Submitted$)|(^Progressing$)|(^Complete$)|(^Canceled$)|(^Error$)

Returns:

setStatus

public void setStatus(String status)

Constraints:
Pattern: (^Submitted$)|(^Progressing$)|(^Complete$)|(^Canceled$)|(^Error$)

Parameters:
status -

withStatus

public Playlist withStatus(String status)

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

Constraints:
Pattern: (^Submitted$)|(^Progressing$)|(^Complete$)|(^Canceled$)|(^Error$)

Parameters:
status -
Returns:
A reference to this updated object so that method calls can be chained together.

getStatusDetail

public String getStatusDetail()

Constraints:
Length: 0 - 255

Returns:

setStatusDetail

public void setStatusDetail(String statusDetail)

Constraints:
Length: 0 - 255

Parameters:
statusDetail -

withStatusDetail

public Playlist withStatusDetail(String statusDetail)

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

Constraints:
Length: 0 - 255

Parameters:
statusDetail -
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 © 2010 Amazon Web Services, Inc. All Rights Reserved.