@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ThingTypeProperties extends Object implements Serializable, Cloneable, StructuredPojo
The ThingTypeProperties contains information about the thing type including: a thing type description, and a list of searchable thing attribute names.
Constructor and Description |
---|
ThingTypeProperties() |
Modifier and Type | Method and Description |
---|---|
ThingTypeProperties |
clone() |
boolean |
equals(Object obj) |
List<String> |
getSearchableAttributes()
A list of searchable thing attribute names.
|
String |
getThingTypeDescription()
The description of the thing type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSearchableAttributes(Collection<String> searchableAttributes)
A list of searchable thing attribute names.
|
void |
setThingTypeDescription(String thingTypeDescription)
The description of the thing type.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ThingTypeProperties |
withSearchableAttributes(Collection<String> searchableAttributes)
A list of searchable thing attribute names.
|
ThingTypeProperties |
withSearchableAttributes(String... searchableAttributes)
A list of searchable thing attribute names.
|
ThingTypeProperties |
withThingTypeDescription(String thingTypeDescription)
The description of the thing type.
|
public void setThingTypeDescription(String thingTypeDescription)
The description of the thing type.
thingTypeDescription
- The description of the thing type.public String getThingTypeDescription()
The description of the thing type.
public ThingTypeProperties withThingTypeDescription(String thingTypeDescription)
The description of the thing type.
thingTypeDescription
- The description of the thing type.public List<String> getSearchableAttributes()
A list of searchable thing attribute names.
public void setSearchableAttributes(Collection<String> searchableAttributes)
A list of searchable thing attribute names.
searchableAttributes
- A list of searchable thing attribute names.public ThingTypeProperties withSearchableAttributes(String... searchableAttributes)
A list of searchable thing attribute names.
NOTE: This method appends the values to the existing list (if any). Use
setSearchableAttributes(java.util.Collection)
or withSearchableAttributes(java.util.Collection)
if you want to override the existing values.
searchableAttributes
- A list of searchable thing attribute names.public ThingTypeProperties withSearchableAttributes(Collection<String> searchableAttributes)
A list of searchable thing attribute names.
searchableAttributes
- A list of searchable thing attribute names.public String toString()
toString
in class Object
Object.toString()
public ThingTypeProperties 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.