|
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.CreatePresetResult
public class CreatePresetResult
Constructor Summary | |
---|---|
CreatePresetResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Preset |
getPreset()
A section of the response body that provides information about the preset that is created. |
String |
getWarning()
If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. |
int |
hashCode()
|
void |
setPreset(Preset preset)
A section of the response body that provides information about the preset that is created. |
void |
setWarning(String warning)
If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CreatePresetResult |
withPreset(Preset preset)
A section of the response body that provides information about the preset that is created. |
CreatePresetResult |
withWarning(String warning)
If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CreatePresetResult()
Method Detail |
---|
public Preset getPreset()
public void setPreset(Preset preset)
preset
- A section of the response body that provides information about the
preset that is created.public CreatePresetResult withPreset(Preset preset)
Returns a reference to this object so that method calls can be chained together.
preset
- A section of the response body that provides information about the
preset that is created.
public String getWarning()
public void setWarning(String warning)
warning
- If the preset settings don't comply with the standards for the video
codec but Elastic Transcoder created the preset, this message explains
the reason the preset settings don't meet the standard. Elastic
Transcoder created the preset because the settings might produce
acceptable output.public CreatePresetResult withWarning(String warning)
Returns a reference to this object so that method calls can be chained together.
warning
- If the preset settings don't comply with the standards for the video
codec but Elastic Transcoder created the preset, this message explains
the reason the preset settings don't meet the standard. Elastic
Transcoder created the preset because the settings might produce
acceptable output.
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 |