Class CreatePresetResult
- All Implemented Interfaces:
Serializable
,Cloneable
The CreatePresetResponse
structure.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A section of the response body that provides information about the preset that is created.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
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.toString()
Returns a string representation of this object; useful for testing and debugging.withPreset
(Preset preset) A section of the response body that provides information about the preset that is created.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.
-
Constructor Details
-
CreatePresetResult
public CreatePresetResult()
-
-
Method Details
-
setPreset
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
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
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
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
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
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-