@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FolderSearchFilter extends Object implements Serializable, Cloneable, StructuredPojo
A filter to use to search a Amazon QuickSight folder.
Constructor and Description |
---|
FolderSearchFilter() |
Modifier and Type | Method and Description |
---|---|
FolderSearchFilter |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of a value that you want to use in the filter.
|
String |
getOperator()
The comparison operator that you want to use in the 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)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
The name of a value that you want to use in the filter.
|
void |
setOperator(String operator)
The comparison operator that you want to use in the 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 a value that you want to use in the filter.
|
FolderSearchFilter |
withName(String name)
The name of a value that you want to use in the filter.
|
FolderSearchFilter |
withOperator(FilterOperator operator)
The comparison operator that you want to use in the filter.
|
FolderSearchFilter |
withOperator(String operator)
The comparison operator that you want to use in the 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 in the filter. For example, "Operator": "StringEquals"
.
operator
- The comparison operator that you want to use in the filter. For example,
"Operator": "StringEquals"
.FilterOperator
public String getOperator()
The comparison operator that you want to use in the filter. For example, "Operator": "StringEquals"
.
"Operator": "StringEquals"
.FilterOperator
public FolderSearchFilter withOperator(String operator)
The comparison operator that you want to use in the filter. For example, "Operator": "StringEquals"
.
operator
- The comparison operator that you want to use in the filter. For example,
"Operator": "StringEquals"
.FilterOperator
public FolderSearchFilter withOperator(FilterOperator operator)
The comparison operator that you want to use in the filter. For example, "Operator": "StringEquals"
.
operator
- The comparison operator that you want to use in the filter. For example,
"Operator": "StringEquals"
.FilterOperator
public void setName(String name)
The name of a value that you want to use in the filter. For example, "Name": "PARENT_FOLDER_ARN"
.
name
- The name of a value that you want to use in the filter. For example,
"Name": "PARENT_FOLDER_ARN"
.FolderFilterAttribute
public String getName()
The name of a value that you want to use in the filter. For example, "Name": "PARENT_FOLDER_ARN"
.
"Name": "PARENT_FOLDER_ARN"
.FolderFilterAttribute
public FolderSearchFilter withName(String name)
The name of a value that you want to use in the filter. For example, "Name": "PARENT_FOLDER_ARN"
.
name
- The name of a value that you want to use in the filter. For example,
"Name": "PARENT_FOLDER_ARN"
.FolderFilterAttribute
public FolderSearchFilter withName(FolderFilterAttribute name)
The name of a value that you want to use in the filter. For example, "Name": "PARENT_FOLDER_ARN"
.
name
- The name of a value that you want to use in the filter. For example,
"Name": "PARENT_FOLDER_ARN"
.FolderFilterAttribute
public 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 Object
Object.toString()
public FolderSearchFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.