@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetConsolidatedReportRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetConsolidatedReportRequest() |
Modifier and Type | Method and Description |
---|---|
GetConsolidatedReportRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFormat()
The format of the consolidated report.
|
Boolean |
getIncludeSharedResources()
Set to
true to have shared resources included in the report. |
Integer |
getMaxResults()
The maximum number of results to return for this request.
|
String |
getNextToken() |
int |
hashCode() |
Boolean |
isIncludeSharedResources()
Set to
true to have shared resources included in the report. |
void |
setFormat(String format)
The format of the consolidated report.
|
void |
setIncludeSharedResources(Boolean includeSharedResources)
Set to
true to have shared resources included in the report. |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return for this request.
|
void |
setNextToken(String nextToken) |
String |
toString()
Returns a string representation of this object.
|
GetConsolidatedReportRequest |
withFormat(ReportFormat format)
The format of the consolidated report.
|
GetConsolidatedReportRequest |
withFormat(String format)
The format of the consolidated report.
|
GetConsolidatedReportRequest |
withIncludeSharedResources(Boolean includeSharedResources)
Set to
true to have shared resources included in the report. |
GetConsolidatedReportRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return for this request.
|
GetConsolidatedReportRequest |
withNextToken(String nextToken) |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setFormat(String format)
The format of the consolidated report.
For PDF
, Base64String
is returned. For JSON
, Metrics
is
returned.
format
- The format of the consolidated report.
For PDF
, Base64String
is returned. For JSON
, Metrics
is returned.
ReportFormat
public String getFormat()
The format of the consolidated report.
For PDF
, Base64String
is returned. For JSON
, Metrics
is
returned.
For PDF
, Base64String
is returned. For JSON
, Metrics
is returned.
ReportFormat
public GetConsolidatedReportRequest withFormat(String format)
The format of the consolidated report.
For PDF
, Base64String
is returned. For JSON
, Metrics
is
returned.
format
- The format of the consolidated report.
For PDF
, Base64String
is returned. For JSON
, Metrics
is returned.
ReportFormat
public GetConsolidatedReportRequest withFormat(ReportFormat format)
The format of the consolidated report.
For PDF
, Base64String
is returned. For JSON
, Metrics
is
returned.
format
- The format of the consolidated report.
For PDF
, Base64String
is returned. For JSON
, Metrics
is returned.
ReportFormat
public void setIncludeSharedResources(Boolean includeSharedResources)
Set to true
to have shared resources included in the report.
includeSharedResources
- Set to true
to have shared resources included in the report.public Boolean getIncludeSharedResources()
Set to true
to have shared resources included in the report.
true
to have shared resources included in the report.public GetConsolidatedReportRequest withIncludeSharedResources(Boolean includeSharedResources)
Set to true
to have shared resources included in the report.
includeSharedResources
- Set to true
to have shared resources included in the report.public Boolean isIncludeSharedResources()
Set to true
to have shared resources included in the report.
true
to have shared resources included in the report.public void setNextToken(String nextToken)
nextToken
- public String getNextToken()
public GetConsolidatedReportRequest withNextToken(String nextToken)
nextToken
- public void setMaxResults(Integer maxResults)
The maximum number of results to return for this request.
maxResults
- The maximum number of results to return for this request.public Integer getMaxResults()
The maximum number of results to return for this request.
public GetConsolidatedReportRequest withMaxResults(Integer maxResults)
The maximum number of results to return for this request.
maxResults
- The maximum number of results to return for this request.public String toString()
toString
in class Object
Object.toString()
public GetConsolidatedReportRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()