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