|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elastictranscoder.model.Playlist
public class Playlist
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 |
---|
public Playlist()
Method Detail |
---|
public String getName()
Constraints:
Length: 1 - 255
public void setName(String name)
Constraints:
Length: 1 - 255
name
- public Playlist withName(String name)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 255
name
-
public String getFormat()
Constraints:
Pattern: (^HLSv3$)
public void setFormat(String format)
Constraints:
Pattern: (^HLSv3$)
format
- public Playlist withFormat(String format)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: (^HLSv3$)
format
-
public List<String> getOutputKeys()
Constraints:
Length: 0 - 30
public void setOutputKeys(Collection<String> outputKeys)
Constraints:
Length: 0 - 30
outputKeys
- public Playlist withOutputKeys(String... outputKeys)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 30
outputKeys
-
public Playlist withOutputKeys(Collection<String> outputKeys)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 30
outputKeys
-
public String getStatus()
Constraints:
Pattern: (^Submitted$)|(^Progressing$)|(^Complete$)|(^Canceled$)|(^Error$)
public void setStatus(String status)
Constraints:
Pattern: (^Submitted$)|(^Progressing$)|(^Complete$)|(^Canceled$)|(^Error$)
status
- 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$)
status
-
public String getStatusDetail()
Constraints:
Length: 0 - 255
public void setStatusDetail(String statusDetail)
Constraints:
Length: 0 - 255
statusDetail
- public Playlist withStatusDetail(String statusDetail)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 255
statusDetail
-
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |