CreateResourceSupportedResponseInner Class

  • java.lang.Object
    • com.azure.resourcemanager.datadog.fluent.models.CreateResourceSupportedResponseInner

Implements

public final class CreateResourceSupportedResponseInner
implements JsonSerializable<CreateResourceSupportedResponseInner>

Datadog resource can be created or not.

Constructor Summary

Constructor Description
CreateResourceSupportedResponseInner()

Creates an instance of CreateResourceSupportedResponseInner class.

Method Summary

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

Reads an instance of CreateResourceSupportedResponseInner from the JsonReader.

CreateResourceSupportedProperties properties()

Get the properties property: Represents the properties of the resource.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

CreateResourceSupportedResponseInner 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:

jsonReader - The JsonReader being read.

Returns:

An instance of CreateResourceSupportedResponseInner 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 CreateResourceSupportedResponseInner.

properties

public CreateResourceSupportedProperties properties()

Get the properties property: Represents the properties of the resource.

Returns:

the properties value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withProperties

public CreateResourceSupportedResponseInner withProperties(CreateResourceSupportedProperties properties)

Set the properties property: Represents the properties of the resource.

Parameters:

properties - the properties value to set.

Returns:

the CreateResourceSupportedResponseInner object itself.

Applies to