DatadogApiKeyInner Class
- java.
lang. Object - com.
azure. resourcemanager. datadog. fluent. models. DatadogApiKeyInner
- com.
public final class DatadogApiKeyInner
The DatadogApiKey model.
Constructor Summary
| Constructor | Description |
|---|---|
| DatadogApiKeyInner() |
Creates an instance of Datadog |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
created()
Get the created property: The time of creation of the API key. |
| String |
createdBy()
Get the created |
| String |
key()
Get the key property: The value of the API key. |
| String |
name()
Get the name property: The name of the API key. |
| void |
validate()
Validates the instance. |
|
Datadog |
withCreated(String created)
Set the created property: The time of creation of the API key. |
|
Datadog |
withCreatedBy(String createdBy)
Set the created |
|
Datadog |
withKey(String key)
Set the key property: The value of the API key. |
|
Datadog |
withName(String name)
Set the name property: The name of the API key. |
Methods inherited from java.lang.Object
Constructor Details
DatadogApiKeyInner
public DatadogApiKeyInner()
Creates an instance of DatadogApiKeyInner class.
Method Details
created
public String created()
Get the created property: The time of creation of the API key.
Returns:
createdBy
public String createdBy()
Get the createdBy property: The user that created the API key.
Returns:
key
public String key()
Get the key property: The value of the API key.
Returns:
name
public String name()
Get the name property: The name of the API key.
Returns:
validate
public void validate()
Validates the instance.
withCreated
public DatadogApiKeyInner withCreated(String created)
Set the created property: The time of creation of the API key.
Parameters:
Returns:
withCreatedBy
public DatadogApiKeyInner withCreatedBy(String createdBy)
Set the createdBy property: The user that created the API key.
Parameters:
Returns:
withKey
public DatadogApiKeyInner withKey(String key)
Set the key property: The value of the API key.
Parameters:
Returns:
withName
public DatadogApiKeyInner withName(String name)
Set the name property: The name of the API key.
Parameters:
Returns: