@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReadPresetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
 The ReadPresetResponse structure.
 
| Constructor and Description | 
|---|
ReadPresetResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
ReadPresetResult | 
clone()  | 
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. 
 | 
ReadPresetResult | 
withPreset(Preset preset)
 A section of the response body that provides information about the preset. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setPreset(Preset preset)
A section of the response body that provides information about the preset.
preset - A section of the response body that provides information about the preset.public Preset getPreset()
A section of the response body that provides information about the preset.
public ReadPresetResult withPreset(Preset preset)
A section of the response body that provides information about the preset.
preset - A section of the response body that provides information about the preset.public String toString()
toString in class ObjectObject.toString()public ReadPresetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.