PrivateEndpointConnectionListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.hardwaresecuritymodules.models.PrivateEndpointConnectionListResult

Implements

public final class PrivateEndpointConnectionListResult
implements JsonSerializable<PrivateEndpointConnectionListResult>

List of private endpoint connections associated with the specified resource.

Constructor Summary

Constructor Description
PrivateEndpointConnectionListResult()

Creates an instance of PrivateEndpointConnectionListResult class.

Method Summary

Modifier and Type Method and Description
static PrivateEndpointConnectionListResult fromJson(JsonReader jsonReader)

Reads an instance of PrivateEndpointConnectionListResult from the JsonReader.

String nextLink()

Get the nextLink property: The URL to get the next set of private endpoint connections.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<PrivateEndpointConnectionInner> value()

Get the value property: Array of private endpoint connections.

PrivateEndpointConnectionListResult withNextLink(String nextLink)

Set the nextLink property: The URL to get the next set of private endpoint connections.

PrivateEndpointConnectionListResult withValue(List<PrivateEndpointConnectionInner> value)

Set the value property: Array of private endpoint connections.

Methods inherited from java.lang.Object

Constructor Details

PrivateEndpointConnectionListResult

public PrivateEndpointConnectionListResult()

Creates an instance of PrivateEndpointConnectionListResult class.

Method Details

fromJson

public static PrivateEndpointConnectionListResult fromJson(JsonReader jsonReader)

Reads an instance of PrivateEndpointConnectionListResult from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of PrivateEndpointConnectionListResult if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the PrivateEndpointConnectionListResult.

nextLink

public String nextLink()

Get the nextLink property: The URL to get the next set of private endpoint connections.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<PrivateEndpointConnectionInner> value()

Get the value property: Array of private endpoint connections.

Returns:

the value value.

withNextLink

public PrivateEndpointConnectionListResult withNextLink(String nextLink)

Set the nextLink property: The URL to get the next set of private endpoint connections.

Parameters:

nextLink - the nextLink value to set.

Returns:

the PrivateEndpointConnectionListResult object itself.

withValue

public PrivateEndpointConnectionListResult withValue(List<PrivateEndpointConnectionInner> value)

Set the value property: Array of private endpoint connections.

Parameters:

value - the value value to set.

Returns:

the PrivateEndpointConnectionListResult object itself.

Applies to