CheckSkuAvailabilityResult Class

  • java.lang.Object
    • com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityResult

public class CheckSkuAvailabilityResult

Check SKU availability result.

Constructor Summary

Constructor Description
CheckSkuAvailabilityResult()

Method Summary

Modifier and Type Method and Description
Kind kind()

Get the kind value.

java.lang.String message()

Get the message value.

java.lang.String reason()

Get the reason value.

java.lang.Boolean skuAvailable()

Get the skuAvailable value.

SkuName skuName()

Get the skuName value.

java.lang.String type()

Get the type value.

CheckSkuAvailabilityResult withKind(Kind kind)

Set the kind value.

CheckSkuAvailabilityResult withMessage(String message)

Set the message value.

CheckSkuAvailabilityResult withReason(String reason)

Set the reason value.

CheckSkuAvailabilityResult withSkuAvailable(Boolean skuAvailable)

Set the skuAvailable value.

CheckSkuAvailabilityResult withSkuName(SkuName skuName)

Set the skuName value.

CheckSkuAvailabilityResult withType(String type)

Set the type value.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

CheckSkuAvailabilityResult

public CheckSkuAvailabilityResult()

Method Details

kind

public Kind kind()

Get the kind value.

Returns:

the kind value

message

public String message()

Get the message value.

Returns:

the message value

reason

public String reason()

Get the reason value.

Returns:

the reason value

skuAvailable

public Boolean skuAvailable()

Get the skuAvailable value.

Returns:

the skuAvailable value

skuName

public SkuName skuName()

Get the skuName value.

Returns:

the skuName value

type

public String type()

Get the type value.

Returns:

the type value

withKind

public CheckSkuAvailabilityResult withKind(Kind kind)

Set the kind value.

Parameters:

kind - the kind value to set

Returns:

the CheckSkuAvailabilityResult object itself.

withMessage

public CheckSkuAvailabilityResult withMessage(String message)

Set the message value.

Parameters:

message - the message value to set

Returns:

the CheckSkuAvailabilityResult object itself.

withReason

public CheckSkuAvailabilityResult withReason(String reason)

Set the reason value.

Parameters:

reason - the reason value to set

Returns:

the CheckSkuAvailabilityResult object itself.

withSkuAvailable

public CheckSkuAvailabilityResult withSkuAvailable(Boolean skuAvailable)

Set the skuAvailable value.

Parameters:

skuAvailable - the skuAvailable value to set

Returns:

the CheckSkuAvailabilityResult object itself.

withSkuName

public CheckSkuAvailabilityResult withSkuName(SkuName skuName)

Set the skuName value.

Parameters:

skuName - the skuName value to set

Returns:

the CheckSkuAvailabilityResult object itself.

withType

public CheckSkuAvailabilityResult withType(String type)

Set the type value.

Parameters:

type - the type value to set

Returns:

the CheckSkuAvailabilityResult object itself.

Applies to