@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdatePresetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdatePresetResult() |
Modifier and Type | Method and Description |
---|---|
UpdatePresetResult |
clone() |
boolean |
equals(Object obj) |
Preset |
getPreset()
A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the
output during the conversion process.
|
int |
hashCode() |
void |
setPreset(Preset preset)
A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the
output during the conversion process.
|
String |
toString()
Returns a string representation of this object.
|
UpdatePresetResult |
withPreset(Preset preset)
A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the
output during the conversion process.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPreset(Preset preset)
preset
- A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to
the output during the conversion process.public Preset getPreset()
public UpdatePresetResult withPreset(Preset preset)
preset
- A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to
the output during the conversion process.public String toString()
toString
in class Object
Object.toString()
public UpdatePresetResult clone()