LookUpResourceIdResponseInner Class

  • java.lang.Object
    • com.azure.resourcemanager.support.fluent.models.LookUpResourceIdResponseInner

public final class LookUpResourceIdResponseInner

The look up resource id response.

Constructor Summary

Constructor Description
LookUpResourceIdResponseInner()

Creates an instance of LookUpResourceIdResponseInner class.

Method Summary

Modifier and Type Method and Description
String resourceId()

Get the resourceId property: The resource Id of support resource type.

void validate()

Validates the instance.

LookUpResourceIdResponseInner withResourceId(String resourceId)

Set the resourceId property: The resource Id of support resource type.

Methods inherited from java.lang.Object

Constructor Details

LookUpResourceIdResponseInner

public LookUpResourceIdResponseInner()

Creates an instance of LookUpResourceIdResponseInner class.

Method Details

resourceId

public String resourceId()

Get the resourceId property: The resource Id of support resource type.

Returns:

the resourceId value.

validate

public void validate()

Validates the instance.

withResourceId

public LookUpResourceIdResponseInner withResourceId(String resourceId)

Set the resourceId property: The resource Id of support resource type.

Parameters:

resourceId - the resourceId value to set.

Returns:

the LookUpResourceIdResponseInner object itself.

Applies to