public class ThingGroupProperties
extends java.lang.Object
implements java.io.Serializable
Thing group properties.
Constructor and Description |
---|
ThingGroupProperties() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
AttributePayload |
getAttributePayload()
The thing group attributes in JSON format.
|
java.lang.String |
getThingGroupDescription()
The thing group description.
|
int |
hashCode() |
void |
setAttributePayload(AttributePayload attributePayload)
The thing group attributes in JSON format.
|
void |
setThingGroupDescription(java.lang.String thingGroupDescription)
The thing group description.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ThingGroupProperties |
withAttributePayload(AttributePayload attributePayload)
The thing group attributes in JSON format.
|
ThingGroupProperties |
withThingGroupDescription(java.lang.String thingGroupDescription)
The thing group description.
|
public java.lang.String getThingGroupDescription()
The thing group description.
Constraints:
Length: - 2028
Pattern: [\p{Graph}\x20]*
The thing group description.
public void setThingGroupDescription(java.lang.String thingGroupDescription)
The thing group description.
Constraints:
Length: - 2028
Pattern: [\p{Graph}\x20]*
thingGroupDescription
- The thing group description.
public ThingGroupProperties withThingGroupDescription(java.lang.String thingGroupDescription)
The thing group description.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 2028
Pattern: [\p{Graph}\x20]*
thingGroupDescription
- The thing group description.
public AttributePayload getAttributePayload()
The thing group attributes in JSON format.
The thing group attributes in JSON format.
public void setAttributePayload(AttributePayload attributePayload)
The thing group attributes in JSON format.
attributePayload
- The thing group attributes in JSON format.
public ThingGroupProperties withAttributePayload(AttributePayload attributePayload)
The thing group attributes in JSON format.
Returns a reference to this object so that method calls can be chained together.
attributePayload
- The thing group attributes in JSON format.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.