public class DeletePresetRequest extends AmazonWebServiceRequest implements 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.
NOOP
Constructor and Description |
---|
DeletePresetRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getId()
The identifier of the preset for which you want to get detailed
information.
|
int |
hashCode() |
void |
setId(String id)
The identifier of the preset for which you want to get detailed
information.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeletePresetRequest |
withId(String id)
The identifier of the preset for which you want to get detailed
information.
|
copyPrivateRequestParameters, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getId()
Constraints:
Pattern: ^\d{13}-\w{6}$
public void setId(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(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 String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.