DatadogSetPasswordLinkInner Class

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

public final class DatadogSetPasswordLinkInner

The DatadogSetPasswordLink model.

Constructor Summary

Constructor Description
DatadogSetPasswordLinkInner()

Creates an instance of DatadogSetPasswordLinkInner class.

Method Summary

Modifier and Type Method and Description
String setPasswordLink()

Get the setPasswordLink property: The setPasswordLink property.

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

setPasswordLink

public String setPasswordLink()

Get the setPasswordLink property: The setPasswordLink property.

Returns:

the setPasswordLink value.

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