CreateResourceSupportedResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. datadog. fluent. models. CreateResourceSupportedResponseInner
- com.
Implements
public final class CreateResourceSupportedResponseInner
implements JsonSerializable<CreateResourceSupportedResponseInner>
Datadog resource can be created or not.
Constructor Summary
| Constructor | Description |
|---|---|
| CreateResourceSupportedResponseInner() |
Creates an instance of Create |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Create |
fromJson(JsonReader jsonReader)
Reads an instance of Create |
|
Create |
properties()
Get the properties property: Represents the properties of the resource. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Create |
withProperties(CreateResourceSupportedProperties properties)
Set the properties property: Represents the properties of the resource. |
Methods inherited from java.lang.Object
Constructor Details
CreateResourceSupportedResponseInner
public CreateResourceSupportedResponseInner()
Creates an instance of CreateResourceSupportedResponseInner class.
Method Details
fromJson
public static CreateResourceSupportedResponseInner fromJson(JsonReader jsonReader)
Reads an instance of CreateResourceSupportedResponseInner from the JsonReader.
Parameters:
Returns:
Throws:
properties
public CreateResourceSupportedProperties properties()
Get the properties property: Represents the properties of the resource.
Returns:
toJson
validate
public void validate()
Validates the instance.
withProperties
public CreateResourceSupportedResponseInner withProperties(CreateResourceSupportedProperties properties)
Set the properties property: Represents the properties of the resource.
Parameters:
Returns: