共用方式為


DatadogApiKeyListResponse Class

  • java.lang.Object
    • com.azure.resourcemanager.datadog.models.DatadogApiKeyListResponse

public final class DatadogApiKeyListResponse

Response of a list operation.

Constructor Summary

Constructor Description
DatadogApiKeyListResponse()

Creates an instance of DatadogApiKeyListResponse class.

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: Link to the next set of results, if any.

void validate()

Validates the instance.

List<DatadogApiKeyInner> value()

Get the value property: Results of a list operation.

DatadogApiKeyListResponse withNextLink(String nextLink)

Set the nextLink property: Link to the next set of results, if any.

DatadogApiKeyListResponse withValue(List<DatadogApiKeyInner> value)

Set the value property: Results of a list operation.

Methods inherited from java.lang.Object

Constructor Details

DatadogApiKeyListResponse

public DatadogApiKeyListResponse()

Creates an instance of DatadogApiKeyListResponse class.

Method Details

nextLink

public String nextLink()

Get the nextLink property: Link to the next set of results, if any.

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List<DatadogApiKeyInner> value()

Get the value property: Results of a list operation.

Returns:

the value value.

withNextLink

public DatadogApiKeyListResponse withNextLink(String nextLink)

Set the nextLink property: Link to the next set of results, if any.

Parameters:

nextLink - the nextLink value to set.

Returns:

the DatadogApiKeyListResponse object itself.

withValue

public DatadogApiKeyListResponse withValue(List<DatadogApiKeyInner> value)

Set the value property: Results of a list operation.

Parameters:

value - the value value to set.

Returns:

the DatadogApiKeyListResponse object itself.

Applies to