|
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.AmazonWebServiceRequest
com.amazonaws.services.elastictranscoder.model.DeletePresetRequest
public class DeletePresetRequest
Container for the parameters to the DeletePreset operation
.
To delete a preset, send a DELETE request to the /2012-09-25/presets/[presetId]
resource.
NOTE: If the preset has been used, you cannot delete it.
AmazonElasticTranscoder.deletePreset(DeletePresetRequest)
,
Serialized FormConstructor Summary | |
---|---|
DeletePresetRequest()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getId()
The identifier of the preset for which you want to get detailed information. |
int |
hashCode()
|
void |
setId(java.lang.String id)
The identifier of the preset for which you want to get detailed information. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DeletePresetRequest |
withId(java.lang.String id)
The identifier of the preset for which you want to get detailed information. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeletePresetRequest()
Method Detail |
---|
public java.lang.String getId()
Constraints:
Pattern: ^\d{13}-\w{6}$
public void setId(java.lang.String id)
Constraints:
Pattern: ^\d{13}-\w{6}$
id
- The identifier of the preset for which you want to get detailed
information.public DeletePresetRequest withId(java.lang.String id)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: ^\d{13}-\w{6}$
id
- The identifier of the preset for which you want to get detailed
information.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |