@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateTableStorageOptimizerResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
UpdateTableStorageOptimizerResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateTableStorageOptimizerResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getResult()
 A response indicating the success of failure of the operation. 
 | 
int | 
hashCode()  | 
void | 
setResult(String result)
 A response indicating the success of failure of the operation. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
UpdateTableStorageOptimizerResult | 
withResult(String result)
 A response indicating the success of failure of the operation. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setResult(String result)
A response indicating the success of failure of the operation.
result - A response indicating the success of failure of the operation.public String getResult()
A response indicating the success of failure of the operation.
public UpdateTableStorageOptimizerResult withResult(String result)
A response indicating the success of failure of the operation.
result - A response indicating the success of failure of the operation.public String toString()
toString in class ObjectObject.toString()public UpdateTableStorageOptimizerResult clone()