@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeviceUnderTest extends Object implements Serializable, Cloneable, StructuredPojo
Information of a test device. A thing ARN, certificate ARN or device role ARN is required.
| Constructor and Description | 
|---|
DeviceUnderTest()  | 
| Modifier and Type | Method and Description | 
|---|---|
DeviceUnderTest | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getCertificateArn()
 Lists device's certificate ARN. 
 | 
String | 
getDeviceRoleArn()
 Lists device's role ARN. 
 | 
String | 
getThingArn()
 Lists device's thing ARN. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setCertificateArn(String certificateArn)
 Lists device's certificate ARN. 
 | 
void | 
setDeviceRoleArn(String deviceRoleArn)
 Lists device's role ARN. 
 | 
void | 
setThingArn(String thingArn)
 Lists device's thing ARN. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
DeviceUnderTest | 
withCertificateArn(String certificateArn)
 Lists device's certificate ARN. 
 | 
DeviceUnderTest | 
withDeviceRoleArn(String deviceRoleArn)
 Lists device's role ARN. 
 | 
DeviceUnderTest | 
withThingArn(String thingArn)
 Lists device's thing ARN. 
 | 
public void setThingArn(String thingArn)
Lists device's thing ARN.
thingArn - Lists device's thing ARN.public String getThingArn()
Lists device's thing ARN.
public DeviceUnderTest withThingArn(String thingArn)
Lists device's thing ARN.
thingArn - Lists device's thing ARN.public void setCertificateArn(String certificateArn)
Lists device's certificate ARN.
certificateArn - Lists device's certificate ARN.public String getCertificateArn()
Lists device's certificate ARN.
public DeviceUnderTest withCertificateArn(String certificateArn)
Lists device's certificate ARN.
certificateArn - Lists device's certificate ARN.public void setDeviceRoleArn(String deviceRoleArn)
Lists device's role ARN.
deviceRoleArn - Lists device's role ARN.public String getDeviceRoleArn()
Lists device's role ARN.
public DeviceUnderTest withDeviceRoleArn(String deviceRoleArn)
Lists device's role ARN.
deviceRoleArn - Lists device's role ARN.public String toString()
toString in class ObjectObject.toString()public DeviceUnderTest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.