@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SmartHomeAppliance extends Object implements Serializable, Cloneable, StructuredPojo
A smart home appliance that can connect to a central system. Any domestic device can be a smart appliance.
Constructor and Description |
---|
SmartHomeAppliance() |
Modifier and Type | Method and Description |
---|---|
SmartHomeAppliance |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The description of the smart home appliance.
|
String |
getFriendlyName()
The friendly name of the smart home appliance.
|
String |
getManufacturerName()
The name of the manufacturer of the smart home appliance.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDescription(String description)
The description of the smart home appliance.
|
void |
setFriendlyName(String friendlyName)
The friendly name of the smart home appliance.
|
void |
setManufacturerName(String manufacturerName)
The name of the manufacturer of the smart home appliance.
|
String |
toString()
Returns a string representation of this object.
|
SmartHomeAppliance |
withDescription(String description)
The description of the smart home appliance.
|
SmartHomeAppliance |
withFriendlyName(String friendlyName)
The friendly name of the smart home appliance.
|
SmartHomeAppliance |
withManufacturerName(String manufacturerName)
The name of the manufacturer of the smart home appliance.
|
public void setFriendlyName(String friendlyName)
The friendly name of the smart home appliance.
friendlyName
- The friendly name of the smart home appliance.public String getFriendlyName()
The friendly name of the smart home appliance.
public SmartHomeAppliance withFriendlyName(String friendlyName)
The friendly name of the smart home appliance.
friendlyName
- The friendly name of the smart home appliance.public void setDescription(String description)
The description of the smart home appliance.
description
- The description of the smart home appliance.public String getDescription()
The description of the smart home appliance.
public SmartHomeAppliance withDescription(String description)
The description of the smart home appliance.
description
- The description of the smart home appliance.public void setManufacturerName(String manufacturerName)
The name of the manufacturer of the smart home appliance.
manufacturerName
- The name of the manufacturer of the smart home appliance.public String getManufacturerName()
The name of the manufacturer of the smart home appliance.
public SmartHomeAppliance withManufacturerName(String manufacturerName)
The name of the manufacturer of the smart home appliance.
manufacturerName
- The name of the manufacturer of the smart home appliance.public String toString()
toString
in class Object
Object.toString()
public SmartHomeAppliance clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.