public class DeletePresetRequest extends AmazonWebServiceRequest implements java.io.Serializable
DeletePreset operation.
The DeletePreset operation removes a preset that you've added in an AWS region.
NOTE: You can't delete the default presets that are included with Elastic Transcoder.
| コンストラクタと説明 |
|---|
DeletePresetRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic 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 クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object