@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DocumentAttributeConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Configuration information for document attributes. Document attributes are metadata or fields associated with your documents. For example, the company department name associated with each document.
For more information, see Understanding document attributes.
Constructor and Description |
---|
DocumentAttributeConfiguration() |
Modifier and Type | Method and Description |
---|---|
DocumentAttributeConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the document attribute.
|
String |
getSearch()
Information about whether the document attribute can be used by an end user to search for information on their
web experience.
|
String |
getType()
The type of document attribute.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
The name of the document attribute.
|
void |
setSearch(String search)
Information about whether the document attribute can be used by an end user to search for information on their
web experience.
|
void |
setType(String type)
The type of document attribute.
|
String |
toString()
Returns a string representation of this object.
|
DocumentAttributeConfiguration |
withName(String name)
The name of the document attribute.
|
DocumentAttributeConfiguration |
withSearch(Status search)
Information about whether the document attribute can be used by an end user to search for information on their
web experience.
|
DocumentAttributeConfiguration |
withSearch(String search)
Information about whether the document attribute can be used by an end user to search for information on their
web experience.
|
DocumentAttributeConfiguration |
withType(AttributeType type)
The type of document attribute.
|
DocumentAttributeConfiguration |
withType(String type)
The type of document attribute.
|
public void setName(String name)
The name of the document attribute.
name
- The name of the document attribute.public String getName()
The name of the document attribute.
public DocumentAttributeConfiguration withName(String name)
The name of the document attribute.
name
- The name of the document attribute.public void setType(String type)
The type of document attribute.
type
- The type of document attribute.AttributeType
public String getType()
The type of document attribute.
AttributeType
public DocumentAttributeConfiguration withType(String type)
The type of document attribute.
type
- The type of document attribute.AttributeType
public DocumentAttributeConfiguration withType(AttributeType type)
The type of document attribute.
type
- The type of document attribute.AttributeType
public void setSearch(String search)
Information about whether the document attribute can be used by an end user to search for information on their web experience.
search
- Information about whether the document attribute can be used by an end user to search for information on
their web experience.Status
public String getSearch()
Information about whether the document attribute can be used by an end user to search for information on their web experience.
Status
public DocumentAttributeConfiguration withSearch(String search)
Information about whether the document attribute can be used by an end user to search for information on their web experience.
search
- Information about whether the document attribute can be used by an end user to search for information on
their web experience.Status
public DocumentAttributeConfiguration withSearch(Status search)
Information about whether the document attribute can be used by an end user to search for information on their web experience.
search
- Information about whether the document attribute can be used by an end user to search for information on
their web experience.Status
public String toString()
toString
in class Object
Object.toString()
public DocumentAttributeConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.