AdaptiveNetworkHardeningsList Class

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

public final class AdaptiveNetworkHardeningsList

Response for ListAdaptiveNetworkHardenings API service call.

Constructor Summary

Constructor Description
AdaptiveNetworkHardeningsList()

Creates an instance of AdaptiveNetworkHardeningsList class.

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: The URL to get the next set of results.

void validate()

Validates the instance.

List<AdaptiveNetworkHardeningInner> value()

Get the value property: A list of Adaptive Network Hardenings resources.

AdaptiveNetworkHardeningsList withNextLink(String nextLink)

Set the nextLink property: The URL to get the next set of results.

AdaptiveNetworkHardeningsList withValue(List<AdaptiveNetworkHardeningInner> value)

Set the value property: A list of Adaptive Network Hardenings resources.

Methods inherited from java.lang.Object

Constructor Details

AdaptiveNetworkHardeningsList

public AdaptiveNetworkHardeningsList()

Creates an instance of AdaptiveNetworkHardeningsList class.

Method Details

nextLink

public String nextLink()

Get the nextLink property: The URL to get the next set of results.

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: A list of Adaptive Network Hardenings resources.

Returns:

the value value.

withNextLink

public AdaptiveNetworkHardeningsList withNextLink(String nextLink)

Set the nextLink property: The URL to get the next set of results.

Parameters:

nextLink - the nextLink value to set.

Returns:

the AdaptiveNetworkHardeningsList object itself.

withValue

public AdaptiveNetworkHardeningsList withValue(List value)

Set the value property: A list of Adaptive Network Hardenings resources.

Parameters:

value - the value value to set.

Returns:

the AdaptiveNetworkHardeningsList object itself.

Applies to