public final class CapabilityInner extends Object
| Constructor and Description |
|---|
CapabilityInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get the name property: Name of the SKU capability.
|
String |
reason()
Get the reason property: Reason of the SKU capability.
|
void |
validate()
Validates the instance.
|
String |
value()
Get the value property: Value of the SKU capability.
|
CapabilityInner |
withName(String name)
Set the name property: Name of the SKU capability.
|
CapabilityInner |
withReason(String reason)
Set the reason property: Reason of the SKU capability.
|
CapabilityInner |
withValue(String value)
Set the value property: Value of the SKU capability.
|
public String name()
public CapabilityInner withName(String name)
name - the name value to set.public String value()
public CapabilityInner withValue(String value)
value - the value value to set.public String reason()
public CapabilityInner withReason(String reason)
reason - the reason value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.