ResourceSku Class

  • java.lang.Object
    • com.azure.resourcemanager.datadog.models.ResourceSku

public final class ResourceSku

The ResourceSku model.

Constructor Summary

Constructor Description
ResourceSku()

Creates an instance of ResourceSku class.

Method Summary

Modifier and Type Method and Description
String name()

Get the name property: Name of the SKU.

void validate()

Validates the instance.

ResourceSku withName(String name)

Set the name property: Name of the SKU.

Methods inherited from java.lang.Object

Constructor Details

ResourceSku

public ResourceSku()

Creates an instance of ResourceSku class.

Method Details

name

public String name()

Get the name property: Name of the SKU.

Returns:

the name value.

validate

public void validate()

Validates the instance.

withName

public ResourceSku withName(String name)

Set the name property: Name of the SKU.

Parameters:

name - the name value to set.

Returns:

the ResourceSku object itself.

Applies to