@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreatePresetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreatePresetResult() |
Modifier and Type | Method and Description |
---|---|
CreatePresetResult |
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.
|
CreatePresetResult |
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 CreatePresetResult 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 CreatePresetResult clone()