@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeReportDefinitionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
If the action is successful, the service sends back an HTTP 200 response.
Constructor and Description |
---|
DescribeReportDefinitionsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeReportDefinitionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken() |
List<ReportDefinition> |
getReportDefinitions()
An Amazon Web Services Cost and Usage Report list owned by the account.
|
int |
hashCode() |
void |
setNextToken(String nextToken) |
void |
setReportDefinitions(Collection<ReportDefinition> reportDefinitions)
An Amazon Web Services Cost and Usage Report list owned by the account.
|
String |
toString()
Returns a string representation of this object.
|
DescribeReportDefinitionsResult |
withNextToken(String nextToken) |
DescribeReportDefinitionsResult |
withReportDefinitions(Collection<ReportDefinition> reportDefinitions)
An Amazon Web Services Cost and Usage Report list owned by the account.
|
DescribeReportDefinitionsResult |
withReportDefinitions(ReportDefinition... reportDefinitions)
An Amazon Web Services Cost and Usage Report list owned by the account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ReportDefinition> getReportDefinitions()
An Amazon Web Services Cost and Usage Report list owned by the account.
public void setReportDefinitions(Collection<ReportDefinition> reportDefinitions)
An Amazon Web Services Cost and Usage Report list owned by the account.
reportDefinitions
- An Amazon Web Services Cost and Usage Report list owned by the account.public DescribeReportDefinitionsResult withReportDefinitions(ReportDefinition... reportDefinitions)
An Amazon Web Services Cost and Usage Report list owned by the account.
NOTE: This method appends the values to the existing list (if any). Use
setReportDefinitions(java.util.Collection)
or withReportDefinitions(java.util.Collection)
if
you want to override the existing values.
reportDefinitions
- An Amazon Web Services Cost and Usage Report list owned by the account.public DescribeReportDefinitionsResult withReportDefinitions(Collection<ReportDefinition> reportDefinitions)
An Amazon Web Services Cost and Usage Report list owned by the account.
reportDefinitions
- An Amazon Web Services Cost and Usage Report list owned by the account.public void setNextToken(String nextToken)
nextToken
- public String getNextToken()
public DescribeReportDefinitionsResult withNextToken(String nextToken)
nextToken
- public String toString()
toString
in class Object
Object.toString()
public DescribeReportDefinitionsResult clone()