public class ReadPresetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The ReadPresetRequest
structure.
NOOP
Constructor and Description |
---|
ReadPresetRequest() |
Modifier and Type | Method and Description |
---|---|
ReadPresetRequest |
clone() |
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.
|
ReadPresetRequest |
withId(String id)
The identifier of the preset for which you want to get detailed
information.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setId(String id)
The identifier of the preset for which you want to get detailed information.
id
- The identifier of the preset for which you want to get detailed
information.public String getId()
The identifier of the preset for which you want to get detailed information.
public ReadPresetRequest withId(String id)
The identifier of the preset for which you want to get detailed information.
id
- The identifier of the preset for which you want to get detailed
information.public String toString()
toString
in class Object
Object.toString()
public ReadPresetRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2016. All rights reserved.