Class CreatePresetResult
- java.lang.Object
-
- com.amazonaws.services.elastictranscoder.model.CreatePresetResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class CreatePresetResult extends Object implements Serializable, Cloneable
The
CreatePresetResponsestructure.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CreatePresetResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreatePresetResultclone()booleanequals(Object obj)PresetgetPreset()A section of the response body that provides information about the preset that is created.StringgetWarning()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.inthashCode()voidsetPreset(Preset preset)A section of the response body that provides information about the preset that is created.voidsetWarning(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.StringtoString()Returns a string representation of this object; useful for testing and debugging.CreatePresetResultwithPreset(Preset preset)A section of the response body that provides information about the preset that is created.CreatePresetResultwithWarning(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.
-
-
-
Method Detail
-
setPreset
public void setPreset(Preset preset)
A section of the response body that provides information about the preset that is created.
- Parameters:
preset- A section of the response body that provides information about the preset that is created.
-
getPreset
public Preset getPreset()
A section of the response body that provides information about the preset that is created.
- Returns:
- A section of the response body that provides information about the preset that is created.
-
withPreset
public CreatePresetResult withPreset(Preset preset)
A section of the response body that provides information about the preset that is created.
- Parameters:
preset- A section of the response body that provides information about the preset that is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setWarning
public 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. Elastic Transcoder created the preset because the settings might produce acceptable output.
- Parameters:
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.
-
getWarning
public 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. Elastic Transcoder created the preset because the settings might produce acceptable output.
- Returns:
- 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.
-
withWarning
public 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. Elastic Transcoder created the preset because the settings might produce acceptable output.
- Parameters:
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.- Returns:
- Returns a reference to this 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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public CreatePresetResult clone()
-
-