
com.azure.resourcemanager.billing.models.SavingsPlanValidateResponse Maven / Gradle / Ivy
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.billing.models;
import com.azure.resourcemanager.billing.fluent.models.SavingsPlanValidateResponseInner;
import java.util.List;
/**
* An immutable client-side representation of SavingsPlanValidateResponse.
*/
public interface SavingsPlanValidateResponse {
/**
* Gets the benefits property: The benefits property.
*
* @return the benefits value.
*/
List benefits();
/**
* Gets the nextLink property: Url to get the next page.
*
* @return the nextLink value.
*/
String nextLink();
/**
* Gets the inner com.azure.resourcemanager.billing.fluent.models.SavingsPlanValidateResponseInner object.
*
* @return the inner object.
*/
SavingsPlanValidateResponseInner innerModel();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy