ResourceSetDescription Class

  • java.lang.Object
    • com.azure.resourcemanager.customerinsights.models.ResourceSetDescription

public final class ResourceSetDescription

The resource set description.

Constructor Summary

Constructor Description
ResourceSetDescription()

Creates an instance of ResourceSetDescription class.

Method Summary

Modifier and Type Method and Description
List<String> elements()

Get the elements property: The elements included in the set.

List<String> exceptions()

Get the exceptions property: The elements that are not included in the set, in case elements contains '*' indicating 'all'.

void validate()

Validates the instance.

ResourceSetDescription withElements(List<String> elements)

Set the elements property: The elements included in the set.

ResourceSetDescription withExceptions(List<String> exceptions)

Set the exceptions property: The elements that are not included in the set, in case elements contains '*' indicating 'all'.

Methods inherited from java.lang.Object

Constructor Details

ResourceSetDescription

public ResourceSetDescription()

Creates an instance of ResourceSetDescription class.

Method Details

elements

public List elements()

Get the elements property: The elements included in the set.

Returns:

the elements value.

exceptions

public List exceptions()

Get the exceptions property: The elements that are not included in the set, in case elements contains '*' indicating 'all'.

Returns:

the exceptions value.

validate

public void validate()

Validates the instance.

withElements

public ResourceSetDescription withElements(List elements)

Set the elements property: The elements included in the set.

Parameters:

elements - the elements value to set.

Returns:

the ResourceSetDescription object itself.

withExceptions

public ResourceSetDescription withExceptions(List exceptions)

Set the exceptions property: The elements that are not included in the set, in case elements contains '*' indicating 'all'.

Parameters:

exceptions - the exceptions value to set.

Returns:

the ResourceSetDescription object itself.

Applies to