public static final class DescribeSplitItemBillResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeSplitItemBillResponseBody.Data.Builder |
accountID(String accountID)
The ID of the account.
|
DescribeSplitItemBillResponseBody.Data.Builder |
accountName(String accountName)
The ID of the account.
|
DescribeSplitItemBillResponseBody.Data.Builder |
billingCycle(String billingCycle)
The billing cycle.
|
DescribeSplitItemBillResponseBody.Data |
build() |
DescribeSplitItemBillResponseBody.Data.Builder |
items(List<DescribeSplitItemBillResponseBody.Items> items)
The details of the bill.
|
DescribeSplitItemBillResponseBody.Data.Builder |
maxResults(Integer maxResults)
The maximum number of entries returned.
|
DescribeSplitItemBillResponseBody.Data.Builder |
nextToken(String nextToken)
The token used for the next query.
|
DescribeSplitItemBillResponseBody.Data.Builder |
totalCount(Integer totalCount)
The total number of entries returned.
|
public DescribeSplitItemBillResponseBody.Data.Builder accountID(String accountID)
The ID of the account.
example:185xxxx3489
public DescribeSplitItemBillResponseBody.Data.Builder accountName(String accountName)
The ID of the account.
example:public DescribeSplitItemBillResponseBody.Data.Builder billingCycle(String billingCycle)
The billing cycle. Format: YYYY-MM.
example:2020-03
public DescribeSplitItemBillResponseBody.Data.Builder items(List<DescribeSplitItemBillResponseBody.Items> items)
The details of the bill.
public DescribeSplitItemBillResponseBody.Data.Builder maxResults(Integer maxResults)
The maximum number of entries returned.
example:20
public DescribeSplitItemBillResponseBody.Data.Builder nextToken(String nextToken)
The token used for the next query. If this parameter is empty, all the results are returned. When you perform the next query, you must set the NextToken parameter to this value.
example:CAESEgoQCg4K
public DescribeSplitItemBillResponseBody.Data.Builder totalCount(Integer totalCount)
The total number of entries returned.
example:20
public DescribeSplitItemBillResponseBody.Data build()
Copyright © 2026. All rights reserved.