@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IncludedProperty extends Object implements Serializable, Cloneable, StructuredPojo
Information about an additional property that describes a resource, that you can optionally include in the view. This lets you view that property in search results, and filter your search results based on the value of the property.
| Constructor and Description |
|---|
IncludedProperty() |
| Modifier and Type | Method and Description |
|---|---|
IncludedProperty |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the property that is included in this view.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setName(String name)
The name of the property that is included in this view.
|
String |
toString()
Returns a string representation of this object.
|
IncludedProperty |
withName(String name)
The name of the property that is included in this view.
|
public void setName(String name)
The name of the property that is included in this view.
You can specify the following property names for this field:
Tags
name - The name of the property that is included in this view.
You can specify the following property names for this field:
Tags
public String getName()
The name of the property that is included in this view.
You can specify the following property names for this field:
Tags
You can specify the following property names for this field:
Tags
public IncludedProperty withName(String name)
The name of the property that is included in this view.
You can specify the following property names for this field:
Tags
name - The name of the property that is included in this view.
You can specify the following property names for this field:
Tags
public String toString()
toString in class ObjectObject.toString()public IncludedProperty clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.