@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetConsolidatedReportResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetConsolidatedReportResult() |
| Modifier and Type | Method and Description |
|---|---|
GetConsolidatedReportResult |
clone() |
boolean |
equals(Object obj) |
String |
getBase64String() |
List<ConsolidatedReportMetric> |
getMetrics()
The metrics that make up the consolidated report.
|
String |
getNextToken() |
int |
hashCode() |
void |
setBase64String(String base64String) |
void |
setMetrics(Collection<ConsolidatedReportMetric> metrics)
The metrics that make up the consolidated report.
|
void |
setNextToken(String nextToken) |
String |
toString()
Returns a string representation of this object.
|
GetConsolidatedReportResult |
withBase64String(String base64String) |
GetConsolidatedReportResult |
withMetrics(Collection<ConsolidatedReportMetric> metrics)
The metrics that make up the consolidated report.
|
GetConsolidatedReportResult |
withMetrics(ConsolidatedReportMetric... metrics)
The metrics that make up the consolidated report.
|
GetConsolidatedReportResult |
withNextToken(String nextToken) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ConsolidatedReportMetric> getMetrics()
The metrics that make up the consolidated report.
Only returned when JSON format is requested.
Only returned when JSON format is requested.
public void setMetrics(Collection<ConsolidatedReportMetric> metrics)
The metrics that make up the consolidated report.
Only returned when JSON format is requested.
metrics - The metrics that make up the consolidated report.
Only returned when JSON format is requested.
public GetConsolidatedReportResult withMetrics(ConsolidatedReportMetric... metrics)
The metrics that make up the consolidated report.
Only returned when JSON format is requested.
NOTE: This method appends the values to the existing list (if any). Use
setMetrics(java.util.Collection) or withMetrics(java.util.Collection) if you want to override
the existing values.
metrics - The metrics that make up the consolidated report.
Only returned when JSON format is requested.
public GetConsolidatedReportResult withMetrics(Collection<ConsolidatedReportMetric> metrics)
The metrics that make up the consolidated report.
Only returned when JSON format is requested.
metrics - The metrics that make up the consolidated report.
Only returned when JSON format is requested.
public void setNextToken(String nextToken)
nextToken - public String getNextToken()
public GetConsolidatedReportResult withNextToken(String nextToken)
nextToken - public void setBase64String(String base64String)
base64String - public String getBase64String()
public GetConsolidatedReportResult withBase64String(String base64String)
base64String - public String toString()
toString in class ObjectObject.toString()public GetConsolidatedReportResult clone()