public static class DescribeInstanceAmortizedCostByAmortizationPeriodResponse.Data extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DescribeInstanceAmortizedCostByAmortizationPeriodResponse.Data.Item |
| 构造器和说明 |
|---|
Data() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccountID() |
String |
getAccountName() |
List<DescribeInstanceAmortizedCostByAmortizationPeriodResponse.Data.Item> |
getItems() |
Integer |
getMaxResults() |
String |
getNextToken() |
Integer |
getTotalCount() |
void |
setAccountID(String accountID) |
void |
setAccountName(String accountName) |
void |
setItems(List<DescribeInstanceAmortizedCostByAmortizationPeriodResponse.Data.Item> items) |
void |
setMaxResults(Integer maxResults) |
void |
setNextToken(String nextToken) |
void |
setTotalCount(Integer totalCount) |
public String getNextToken()
public void setNextToken(String nextToken)
public String getAccountID()
public void setAccountID(String accountID)
public String getAccountName()
public void setAccountName(String accountName)
public Integer getMaxResults()
public void setMaxResults(Integer maxResults)
public Integer getTotalCount()
public void setTotalCount(Integer totalCount)
public List<DescribeInstanceAmortizedCostByAmortizationPeriodResponse.Data.Item> getItems()
public void setItems(List<DescribeInstanceAmortizedCostByAmortizationPeriodResponse.Data.Item> items)
Copyright © 2023. All Rights Reserved.