public static final class DescribeCostBudgetsSummaryResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeCostBudgetsSummaryResponseBody.Data |
build() |
DescribeCostBudgetsSummaryResponseBody.Data.Builder |
hostId(String hostId)
The site of the host.
|
DescribeCostBudgetsSummaryResponseBody.Data.Builder |
items(List<DescribeCostBudgetsSummaryResponseBody.Items> items)
The data that is returned.
|
DescribeCostBudgetsSummaryResponseBody.Data.Builder |
maxResults(Integer maxResults)
The maximum number of entries that are returned.
|
DescribeCostBudgetsSummaryResponseBody.Data.Builder |
nextToken(String nextToken)
The token that is used to retrieve the next page
example:
eyJwYWdlTnVtIjoyLCJwYWdlU2l6ZSI6NH0=
|
DescribeCostBudgetsSummaryResponseBody.Data.Builder |
totalCount(Integer totalCount)
The total number of entries that are returned.
|
public DescribeCostBudgetsSummaryResponseBody.Data.Builder hostId(String hostId)
The site of the host.
example:cn
public DescribeCostBudgetsSummaryResponseBody.Data.Builder items(List<DescribeCostBudgetsSummaryResponseBody.Items> items)
The data that is returned.
public DescribeCostBudgetsSummaryResponseBody.Data.Builder maxResults(Integer maxResults)
The maximum number of entries that are returned.
example:5
public DescribeCostBudgetsSummaryResponseBody.Data.Builder nextToken(String nextToken)
The token that is used to retrieve the next page
example:eyJwYWdlTnVtIjoyLCJwYWdlU2l6ZSI6NH0=
public DescribeCostBudgetsSummaryResponseBody.Data.Builder totalCount(Integer totalCount)
The total number of entries that are returned.
example:20
public DescribeCostBudgetsSummaryResponseBody.Data build()
Copyright © 2026. All rights reserved.