@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyInstanceMetadataDefaultsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| ModifyInstanceMetadataDefaultsResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| ModifyInstanceMetadataDefaultsResult | clone() | 
| boolean | equals(Object obj) | 
| Boolean | getReturn()
 If the request succeeds, the response returns  true. | 
| int | hashCode() | 
| Boolean | isReturn()
 If the request succeeds, the response returns  true. | 
| void | setReturn(Boolean returnValue)
 If the request succeeds, the response returns  true. | 
| String | toString()Returns a string representation of this object. | 
| ModifyInstanceMetadataDefaultsResult | withReturn(Boolean returnValue)
 If the request succeeds, the response returns  true. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic ModifyInstanceMetadataDefaultsResult()
public void setReturn(Boolean returnValue)
 If the request succeeds, the response returns true. If the request fails, no response is returned,
 and instead an error message is returned.
 
returnValue - If the request succeeds, the response returns true. If the request fails, no response is
        returned, and instead an error message is returned.public Boolean getReturn()
 If the request succeeds, the response returns true. If the request fails, no response is returned,
 and instead an error message is returned.
 
true. If the request fails, no response is
         returned, and instead an error message is returned.public ModifyInstanceMetadataDefaultsResult withReturn(Boolean returnValue)
 If the request succeeds, the response returns true. If the request fails, no response is returned,
 and instead an error message is returned.
 
returnValue - If the request succeeds, the response returns true. If the request fails, no response is
        returned, and instead an error message is returned.public Boolean isReturn()
 If the request succeeds, the response returns true. If the request fails, no response is returned,
 and instead an error message is returned.
 
true. If the request fails, no response is
         returned, and instead an error message is returned.public String toString()
toString in class ObjectObject.toString()public ModifyInstanceMetadataDefaultsResult clone()