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