SavingsPlanValidateResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. billing. fluent. models. SavingsPlanValidateResponseInner
- com.
Implements
public final class SavingsPlanValidateResponseInner
implements JsonSerializable<SavingsPlanValidateResponseInner>
Savings plan update validate response.
Constructor Summary
| Constructor | Description |
|---|---|
| SavingsPlanValidateResponseInner() |
Creates an instance of Savings |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Savings |
benefits()
Get the benefits property: The benefits property. |
|
static
Savings |
fromJson(JsonReader jsonReader)
Reads an instance of Savings |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Savings |
withBenefits(List<SavingsPlanValidResponseProperty> benefits)
Set the benefits property: The benefits property. |
|
Savings |
withNextLink(String nextLink)
Set the next |
Methods inherited from java.lang.Object
Constructor Details
SavingsPlanValidateResponseInner
public SavingsPlanValidateResponseInner()
Creates an instance of SavingsPlanValidateResponseInner class.
Method Details
benefits
public List<SavingsPlanValidResponseProperty> benefits()
Get the benefits property: The benefits property.
Returns:
fromJson
public static SavingsPlanValidateResponseInner fromJson(JsonReader jsonReader)
Reads an instance of SavingsPlanValidateResponseInner from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: Url to get the next page.
Returns:
toJson
validate
public void validate()
Validates the instance.
withBenefits
public SavingsPlanValidateResponseInner withBenefits(List<SavingsPlanValidResponseProperty> benefits)
Set the benefits property: The benefits property.
Parameters:
Returns:
withNextLink
public SavingsPlanValidateResponseInner withNextLink(String nextLink)
Set the nextLink property: Url to get the next page.
Parameters:
Returns: