DatadogApiKeyListResponse Class
- java.
lang. Object - com.
azure. resourcemanager. datadog. models. DatadogApiKeyListResponse
- com.
public final class DatadogApiKeyListResponse
Response of a list operation.
Constructor Summary
| Constructor | Description |
|---|---|
| DatadogApiKeyListResponse() |
Creates an instance of Datadog |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
nextLink()
Get the next |
| void |
validate()
Validates the instance. |
|
List<Datadog |
value()
Get the value property: Results of a list operation. |
|
Datadog |
withNextLink(String nextLink)
Set the next |
|
Datadog |
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:
validate
public void validate()
Validates the instance.
value
public List<DatadogApiKeyInner> value()
Get the value property: Results of a list operation.
Returns:
withNextLink
public DatadogApiKeyListResponse withNextLink(String nextLink)
Set the nextLink property: Link to the next set of results, if any.
Parameters:
Returns:
withValue
public DatadogApiKeyListResponse withValue(List<DatadogApiKeyInner> value)
Set the value property: Results of a list operation.
Parameters:
Returns: