@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 or a certificate ARN is required.
Constructor and Description |
---|
DeviceUnderTest() |
Modifier and Type | Method and Description |
---|---|
DeviceUnderTest |
clone() |
boolean |
equals(Object obj) |
String |
getCertificateArn()
Lists devices certificate ARN.
|
String |
getThingArn()
Lists devices thing ARN.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCertificateArn(String certificateArn)
Lists devices certificate ARN.
|
void |
setThingArn(String thingArn)
Lists devices thing ARN.
|
String |
toString()
Returns a string representation of this object.
|
DeviceUnderTest |
withCertificateArn(String certificateArn)
Lists devices certificate ARN.
|
DeviceUnderTest |
withThingArn(String thingArn)
Lists devices thing ARN.
|
public void setThingArn(String thingArn)
Lists devices thing ARN.
thingArn
- Lists devices thing ARN.public String getThingArn()
Lists devices thing ARN.
public DeviceUnderTest withThingArn(String thingArn)
Lists devices thing ARN.
thingArn
- Lists devices thing ARN.public void setCertificateArn(String certificateArn)
Lists devices certificate ARN.
certificateArn
- Lists devices certificate ARN.public String getCertificateArn()
Lists devices certificate ARN.
public DeviceUnderTest withCertificateArn(String certificateArn)
Lists devices certificate ARN.
certificateArn
- Lists devices certificate ARN.public String toString()
toString
in class Object
Object.toString()
public DeviceUnderTest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.