@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CollectionFilters extends Object implements Serializable, Cloneable, StructuredPojo
A list of filter keys that you can use for LIST, UPDATE, and DELETE requests to OpenSearch Serverless collections.
| Constructor and Description |
|---|
CollectionFilters() |
| Modifier and Type | Method and Description |
|---|---|
CollectionFilters |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the collection.
|
String |
getStatus()
The current status of the collection.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setName(String name)
The name of the collection.
|
void |
setStatus(String status)
The current status of the collection.
|
String |
toString()
Returns a string representation of this object.
|
CollectionFilters |
withName(String name)
The name of the collection.
|
CollectionFilters |
withStatus(CollectionStatus status)
The current status of the collection.
|
CollectionFilters |
withStatus(String status)
The current status of the collection.
|
public void setName(String name)
The name of the collection.
name - The name of the collection.public String getName()
The name of the collection.
public CollectionFilters withName(String name)
The name of the collection.
name - The name of the collection.public void setStatus(String status)
The current status of the collection.
status - The current status of the collection.CollectionStatuspublic String getStatus()
The current status of the collection.
CollectionStatuspublic CollectionFilters withStatus(String status)
The current status of the collection.
status - The current status of the collection.CollectionStatuspublic CollectionFilters withStatus(CollectionStatus status)
The current status of the collection.
status - The current status of the collection.CollectionStatuspublic String toString()
toString in class ObjectObject.toString()public CollectionFilters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.