DatadogSetPasswordLinkInner Class

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

Implements

public final class DatadogSetPasswordLinkInner
implements JsonSerializable<DatadogSetPasswordLinkInner>

The DatadogSetPasswordLink model.

Constructor Summary

Constructor Description
DatadogSetPasswordLinkInner()

Creates an instance of DatadogSetPasswordLinkInner class.

Method Summary

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

Reads an instance of DatadogSetPasswordLinkInner from the JsonReader.

String setPasswordLink()

Get the setPasswordLink property: The setPasswordLink property.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

DatadogSetPasswordLinkInner withSetPasswordLink(String setPasswordLink)

Set the setPasswordLink property: The setPasswordLink property.

Methods inherited from java.lang.Object

Constructor Details

DatadogSetPasswordLinkInner

public DatadogSetPasswordLinkInner()

Creates an instance of DatadogSetPasswordLinkInner class.

Method Details

fromJson

public static DatadogSetPasswordLinkInner fromJson(JsonReader jsonReader)

Reads an instance of DatadogSetPasswordLinkInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

setPasswordLink

public String setPasswordLink()

Get the setPasswordLink property: The setPasswordLink property.

Returns:

the setPasswordLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withSetPasswordLink

public DatadogSetPasswordLinkInner withSetPasswordLink(String setPasswordLink)

Set the setPasswordLink property: The setPasswordLink property.

Parameters:

setPasswordLink - the setPasswordLink value to set.

Returns:

the DatadogSetPasswordLinkInner object itself.

Applies to