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