@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExpandConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the configuration information needed to customize how collapsed search result groups expand.
Constructor and Description |
---|
ExpandConfiguration() |
Modifier and Type | Method and Description |
---|---|
ExpandConfiguration |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxExpandedResultsPerItem()
The number of expanded results to show per collapsed primary document.
|
Integer |
getMaxResultItemsToExpand()
The number of collapsed search result groups to expand.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMaxExpandedResultsPerItem(Integer maxExpandedResultsPerItem)
The number of expanded results to show per collapsed primary document.
|
void |
setMaxResultItemsToExpand(Integer maxResultItemsToExpand)
The number of collapsed search result groups to expand.
|
String |
toString()
Returns a string representation of this object.
|
ExpandConfiguration |
withMaxExpandedResultsPerItem(Integer maxExpandedResultsPerItem)
The number of expanded results to show per collapsed primary document.
|
ExpandConfiguration |
withMaxResultItemsToExpand(Integer maxResultItemsToExpand)
The number of collapsed search result groups to expand.
|
public void setMaxResultItemsToExpand(Integer maxResultItemsToExpand)
The number of collapsed search result groups to expand. If you set this value to 10, for example, only the first 10 out of 100 result groups will have expand functionality.
maxResultItemsToExpand
- The number of collapsed search result groups to expand. If you set this value to 10, for example, only the
first 10 out of 100 result groups will have expand functionality.public Integer getMaxResultItemsToExpand()
The number of collapsed search result groups to expand. If you set this value to 10, for example, only the first 10 out of 100 result groups will have expand functionality.
public ExpandConfiguration withMaxResultItemsToExpand(Integer maxResultItemsToExpand)
The number of collapsed search result groups to expand. If you set this value to 10, for example, only the first 10 out of 100 result groups will have expand functionality.
maxResultItemsToExpand
- The number of collapsed search result groups to expand. If you set this value to 10, for example, only the
first 10 out of 100 result groups will have expand functionality.public void setMaxExpandedResultsPerItem(Integer maxExpandedResultsPerItem)
The number of expanded results to show per collapsed primary document. For instance, if you set this value to 3, then at most 3 results per collapsed group will be displayed.
maxExpandedResultsPerItem
- The number of expanded results to show per collapsed primary document. For instance, if you set this value
to 3, then at most 3 results per collapsed group will be displayed.public Integer getMaxExpandedResultsPerItem()
The number of expanded results to show per collapsed primary document. For instance, if you set this value to 3, then at most 3 results per collapsed group will be displayed.
public ExpandConfiguration withMaxExpandedResultsPerItem(Integer maxExpandedResultsPerItem)
The number of expanded results to show per collapsed primary document. For instance, if you set this value to 3, then at most 3 results per collapsed group will be displayed.
maxExpandedResultsPerItem
- The number of expanded results to show per collapsed primary document. For instance, if you set this value
to 3, then at most 3 results per collapsed group will be displayed.public String toString()
toString
in class Object
Object.toString()
public ExpandConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.