Class DeviceUnderTest
- java.lang.Object
-
- software.amazon.awssdk.services.iotdeviceadvisor.model.DeviceUnderTest
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DeviceUnderTest.Builder,DeviceUnderTest>
@Generated("software.amazon.awssdk:codegen") public final class DeviceUnderTest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeviceUnderTest.Builder,DeviceUnderTest>
Information of a test device. A thing ARN, certificate ARN or device role ARN is required.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDeviceUnderTest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeviceUnderTest.Builderbuilder()StringcertificateArn()Lists device's certificate ARN.StringdeviceRoleArn()Lists device's role ARN.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DeviceUnderTest.Builder>serializableBuilderClass()StringthingArn()Lists device's thing ARN.DeviceUnderTest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
thingArn
public final String thingArn()
Lists device's thing ARN.
- Returns:
- Lists device's thing ARN.
-
certificateArn
public final String certificateArn()
Lists device's certificate ARN.
- Returns:
- Lists device's certificate ARN.
-
deviceRoleArn
public final String deviceRoleArn()
Lists device's role ARN.
- Returns:
- Lists device's role ARN.
-
toBuilder
public DeviceUnderTest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeviceUnderTest.Builder,DeviceUnderTest>
-
builder
public static DeviceUnderTest.Builder builder()
-
serializableBuilderClass
public static Class<? extends DeviceUnderTest.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-