|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elastictranscoder.model.ReadPresetResult
public class ReadPresetResult
Constructor Summary | |
---|---|
ReadPresetResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Preset |
getPreset()
A section of the response body that provides information about the preset. |
int |
hashCode()
|
void |
setPreset(Preset preset)
A section of the response body that provides information about the preset. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ReadPresetResult |
withPreset(Preset preset)
A section of the response body that provides information about the preset. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ReadPresetResult()
Method Detail |
---|
public Preset getPreset()
public void setPreset(Preset preset)
preset
- A section of the response body that provides information about the
preset.public ReadPresetResult withPreset(Preset preset)
Returns a reference to this object so that method calls can be chained together.
preset
- A section of the response body that provides information about the
preset.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |