RegulatoryComplianceControlList Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.RegulatoryComplianceControlList

public final class RegulatoryComplianceControlList

List of regulatory compliance controls response.

Constructor Summary

Constructor Description
RegulatoryComplianceControlList()

Creates an instance of RegulatoryComplianceControlList class.

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: The URI to fetch the next page.

void validate()

Validates the instance.

List<RegulatoryComplianceControlInner> value()

Get the value property: List of regulatory compliance controls.

RegulatoryComplianceControlList withValue(List<RegulatoryComplianceControlInner> value)

Set the value property: List of regulatory compliance controls.

Methods inherited from java.lang.Object

Constructor Details

RegulatoryComplianceControlList

public RegulatoryComplianceControlList()

Creates an instance of RegulatoryComplianceControlList class.

Method Details

nextLink

public String nextLink()

Get the nextLink property: The URI to fetch the next page.

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: List of regulatory compliance controls.

Returns:

the value value.

withValue

public RegulatoryComplianceControlList withValue(List value)

Set the value property: List of regulatory compliance controls.

Parameters:

value - the value value to set.

Returns:

the RegulatoryComplianceControlList object itself.

Applies to