Class SmartHomeAppliance
- java.lang.Object
-
- software.amazon.awssdk.services.alexaforbusiness.model.SmartHomeAppliance
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SmartHomeAppliance.Builder,SmartHomeAppliance>
@Generated("software.amazon.awssdk:codegen") public final class SmartHomeAppliance extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SmartHomeAppliance.Builder,SmartHomeAppliance>
A smart home appliance that can connect to a central system. Any domestic device can be a smart appliance.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSmartHomeAppliance.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SmartHomeAppliance.Builderbuilder()Stringdescription()The description of the smart home appliance.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfriendlyName()The friendly name of the smart home appliance.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringmanufacturerName()The name of the manufacturer of the smart home appliance.List<SdkField<?>>sdkFields()static Class<? extends SmartHomeAppliance.Builder>serializableBuilderClass()SmartHomeAppliance.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
-
friendlyName
public final String friendlyName()
The friendly name of the smart home appliance.
- Returns:
- The friendly name of the smart home appliance.
-
description
public final String description()
The description of the smart home appliance.
- Returns:
- The description of the smart home appliance.
-
manufacturerName
public final String manufacturerName()
The name of the manufacturer of the smart home appliance.
- Returns:
- The name of the manufacturer of the smart home appliance.
-
toBuilder
public SmartHomeAppliance.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SmartHomeAppliance.Builder,SmartHomeAppliance>
-
builder
public static SmartHomeAppliance.Builder builder()
-
serializableBuilderClass
public static Class<? extends SmartHomeAppliance.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.
-
-