@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FolderSearchFilter extends Object implements Serializable, Cloneable, StructuredPojo
Searches a folder by a filter.
| Constructor and Description |
|---|
FolderSearchFilter() |
| Modifier and Type | Method and Description |
|---|---|
FolderSearchFilter |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the value that you want to use as a filter.
|
String |
getOperator()
The comparison operator that you want to use as a filter.
|
String |
getValue()
The value of the named item (in this example,
PARENT_FOLDER_ARN), that you want to use as a filter. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setName(String name)
The name of the value that you want to use as a filter.
|
void |
setOperator(String operator)
The comparison operator that you want to use as a filter.
|
void |
setValue(String value)
The value of the named item (in this example,
PARENT_FOLDER_ARN), that you want to use as a filter. |
String |
toString()
Returns a string representation of this object.
|
FolderSearchFilter |
withName(FolderFilterAttribute name)
The name of the value that you want to use as a filter.
|
FolderSearchFilter |
withName(String name)
The name of the value that you want to use as a filter.
|
FolderSearchFilter |
withOperator(FilterOperator operator)
The comparison operator that you want to use as a filter.
|
FolderSearchFilter |
withOperator(String operator)
The comparison operator that you want to use as a filter.
|
FolderSearchFilter |
withValue(String value)
The value of the named item (in this example,
PARENT_FOLDER_ARN), that you want to use as a filter. |
public void setOperator(String operator)
The comparison operator that you want to use as a filter. For example, "Operator": "StringEquals".
operator - The comparison operator that you want to use as a filter. For example,
"Operator": "StringEquals".FilterOperatorpublic String getOperator()
The comparison operator that you want to use as a filter. For example, "Operator": "StringEquals".
"Operator": "StringEquals".FilterOperatorpublic FolderSearchFilter withOperator(String operator)
The comparison operator that you want to use as a filter. For example, "Operator": "StringEquals".
operator - The comparison operator that you want to use as a filter. For example,
"Operator": "StringEquals".FilterOperatorpublic FolderSearchFilter withOperator(FilterOperator operator)
The comparison operator that you want to use as a filter. For example, "Operator": "StringEquals".
operator - The comparison operator that you want to use as a filter. For example,
"Operator": "StringEquals".FilterOperatorpublic void setName(String name)
The name of the value that you want to use as a filter. For example, "Name": "PARENT_FOLDER_ARN".
name - The name of the value that you want to use as a filter. For example,
"Name": "PARENT_FOLDER_ARN".FolderFilterAttributepublic String getName()
The name of the value that you want to use as a filter. For example, "Name": "PARENT_FOLDER_ARN".
"Name": "PARENT_FOLDER_ARN".FolderFilterAttributepublic FolderSearchFilter withName(String name)
The name of the value that you want to use as a filter. For example, "Name": "PARENT_FOLDER_ARN".
name - The name of the value that you want to use as a filter. For example,
"Name": "PARENT_FOLDER_ARN".FolderFilterAttributepublic FolderSearchFilter withName(FolderFilterAttribute name)
The name of the value that you want to use as a filter. For example, "Name": "PARENT_FOLDER_ARN".
name - The name of the value that you want to use as a filter. For example,
"Name": "PARENT_FOLDER_ARN".FolderFilterAttributepublic void setValue(String value)
The value of the named item (in this example, PARENT_FOLDER_ARN), that you want to use as a filter.
For example, "Value": "arn:aws:quicksight:us-east-1:1:folder/folderId".
value - The value of the named item (in this example, PARENT_FOLDER_ARN), that you want to use as a
filter. For example, "Value": "arn:aws:quicksight:us-east-1:1:folder/folderId".public String getValue()
The value of the named item (in this example, PARENT_FOLDER_ARN), that you want to use as a filter.
For example, "Value": "arn:aws:quicksight:us-east-1:1:folder/folderId".
PARENT_FOLDER_ARN), that you want to use as a
filter. For example, "Value": "arn:aws:quicksight:us-east-1:1:folder/folderId".public FolderSearchFilter withValue(String value)
The value of the named item (in this example, PARENT_FOLDER_ARN), that you want to use as a filter.
For example, "Value": "arn:aws:quicksight:us-east-1:1:folder/folderId".
value - The value of the named item (in this example, PARENT_FOLDER_ARN), that you want to use as a
filter. For example, "Value": "arn:aws:quicksight:us-east-1:1:folder/folderId".public String toString()
toString in class ObjectObject.toString()public FolderSearchFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.