public class CreatePresetResult
extends java.lang.Object
implements java.io.Serializable
The CreatePresetResponse structure.
| コンストラクタと説明 |
|---|
CreatePresetResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
Preset |
getPreset()
A section of the response body that provides information about the
preset that is created.
|
java.lang.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(java.lang.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.
|
java.lang.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(java.lang.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.
|
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 java.lang.String getWarning()
public void setWarning(java.lang.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(java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object