@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeviceUnderTest extends Object implements Serializable, Cloneable, StructuredPojo
Lists all the devices under test
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 arnpublic String getThingArn()
Lists devices thing arn
public DeviceUnderTest withThingArn(String thingArn)
Lists devices thing arn
thingArn
- Lists devices thing arnpublic void setCertificateArn(String certificateArn)
Lists devices certificate arn
certificateArn
- Lists devices certificate arnpublic String getCertificateArn()
Lists devices certificate arn
public DeviceUnderTest withCertificateArn(String certificateArn)
Lists devices certificate arn
certificateArn
- Lists devices certificate arnpublic 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.