Class InsightQueryItemPropertiesTableQueryQueriesDefinitionsPropertiesItemsItem
java.lang.Object
com.azure.resourcemanager.securityinsights.models.InsightQueryItemPropertiesTableQueryQueriesDefinitionsPropertiesItemsItem
public final class InsightQueryItemPropertiesTableQueryQueriesDefinitionsPropertiesItemsItem
extends Object
The InsightQueryItemPropertiesTableQueryQueriesDefinitionsPropertiesItemsItem model.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the projectedName property: Insight Link Definition Projected Name.query()
Get the query property: Insight Link Definition Query.void
validate()
Validates the instance.withProjectedName
(String projectedName) Set the projectedName property: Insight Link Definition Projected Name.Set the query property: Insight Link Definition Query.
-
Constructor Details
-
InsightQueryItemPropertiesTableQueryQueriesDefinitionsPropertiesItemsItem
public InsightQueryItemPropertiesTableQueryQueriesDefinitionsPropertiesItemsItem()
-
-
Method Details
-
projectedName
Get the projectedName property: Insight Link Definition Projected Name.- Returns:
- the projectedName value.
-
withProjectedName
public InsightQueryItemPropertiesTableQueryQueriesDefinitionsPropertiesItemsItem withProjectedName(String projectedName) Set the projectedName property: Insight Link Definition Projected Name.- Parameters:
projectedName
- the projectedName value to set.- Returns:
- the InsightQueryItemPropertiesTableQueryQueriesDefinitionsPropertiesItemsItem object itself.
-
query
Get the query property: Insight Link Definition Query.- Returns:
- the query value.
-
withQuery
public InsightQueryItemPropertiesTableQueryQueriesDefinitionsPropertiesItemsItem withQuery(String query) Set the query property: Insight Link Definition Query.- Parameters:
query
- the query value to set.- Returns:
- the InsightQueryItemPropertiesTableQueryQueriesDefinitionsPropertiesItemsItem object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-