@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBillingGroupCostReportsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListBillingGroupCostReportsResult() |
Modifier and Type | Method and Description |
---|---|
ListBillingGroupCostReportsResult |
clone() |
boolean |
equals(Object obj) |
List<BillingGroupCostReportElement> |
getBillingGroupCostReports()
A list of
BillingGroupCostReportElement retrieved. |
String |
getNextToken()
The pagination token that's used on subsequent calls to get reports.
|
int |
hashCode() |
void |
setBillingGroupCostReports(Collection<BillingGroupCostReportElement> billingGroupCostReports)
A list of
BillingGroupCostReportElement retrieved. |
void |
setNextToken(String nextToken)
The pagination token that's used on subsequent calls to get reports.
|
String |
toString()
Returns a string representation of this object.
|
ListBillingGroupCostReportsResult |
withBillingGroupCostReports(BillingGroupCostReportElement... billingGroupCostReports)
A list of
BillingGroupCostReportElement retrieved. |
ListBillingGroupCostReportsResult |
withBillingGroupCostReports(Collection<BillingGroupCostReportElement> billingGroupCostReports)
A list of
BillingGroupCostReportElement retrieved. |
ListBillingGroupCostReportsResult |
withNextToken(String nextToken)
The pagination token that's used on subsequent calls to get reports.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<BillingGroupCostReportElement> getBillingGroupCostReports()
A list of BillingGroupCostReportElement
retrieved.
BillingGroupCostReportElement
retrieved.public void setBillingGroupCostReports(Collection<BillingGroupCostReportElement> billingGroupCostReports)
A list of BillingGroupCostReportElement
retrieved.
billingGroupCostReports
- A list of BillingGroupCostReportElement
retrieved.public ListBillingGroupCostReportsResult withBillingGroupCostReports(BillingGroupCostReportElement... billingGroupCostReports)
A list of BillingGroupCostReportElement
retrieved.
NOTE: This method appends the values to the existing list (if any). Use
setBillingGroupCostReports(java.util.Collection)
or
withBillingGroupCostReports(java.util.Collection)
if you want to override the existing values.
billingGroupCostReports
- A list of BillingGroupCostReportElement
retrieved.public ListBillingGroupCostReportsResult withBillingGroupCostReports(Collection<BillingGroupCostReportElement> billingGroupCostReports)
A list of BillingGroupCostReportElement
retrieved.
billingGroupCostReports
- A list of BillingGroupCostReportElement
retrieved.public void setNextToken(String nextToken)
The pagination token that's used on subsequent calls to get reports.
nextToken
- The pagination token that's used on subsequent calls to get reports.public String getNextToken()
The pagination token that's used on subsequent calls to get reports.
public ListBillingGroupCostReportsResult withNextToken(String nextToken)
The pagination token that's used on subsequent calls to get reports.
nextToken
- The pagination token that's used on subsequent calls to get reports.public String toString()
toString
in class Object
Object.toString()
public ListBillingGroupCostReportsResult clone()