@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeReportCreationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeReportCreationResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeReportCreationResult |
clone() |
boolean |
equals(Object obj) |
String |
getErrorMessage()
Details of the common errors that all operations return.
|
String |
getS3Location()
The path to the Amazon S3 bucket where the report is stored.
|
String |
getStatus()
Reports the status of the operation.
|
int |
hashCode() |
void |
setErrorMessage(String errorMessage)
Details of the common errors that all operations return.
|
void |
setS3Location(String s3Location)
The path to the Amazon S3 bucket where the report is stored.
|
void |
setStatus(String status)
Reports the status of the operation.
|
String |
toString()
Returns a string representation of this object.
|
DescribeReportCreationResult |
withErrorMessage(String errorMessage)
Details of the common errors that all operations return.
|
DescribeReportCreationResult |
withS3Location(String s3Location)
The path to the Amazon S3 bucket where the report is stored.
|
DescribeReportCreationResult |
withStatus(String status)
Reports the status of the operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStatus(String status)
Reports the status of the operation.
The operation status can be one of the following:
RUNNING: Report generation is in progress.
SUCCEEDED: Report generation is complete. You can open the report from the Amazon S3 bucket you
specified when you ran StartReportGeneration.
FAILED: Report generation timed out or the Amazon S3 bucket is not accessible.
status - Reports the status of the operation.
The operation status can be one of the following:
RUNNING: Report generation is in progress.
SUCCEEDED: Report generation is complete. You can open the report from the Amazon S3 bucket
you specified when you ran StartReportGeneration.
FAILED: Report generation timed out or the Amazon S3 bucket is not accessible.
public String getStatus()
Reports the status of the operation.
The operation status can be one of the following:
RUNNING: Report generation is in progress.
SUCCEEDED: Report generation is complete. You can open the report from the Amazon S3 bucket you
specified when you ran StartReportGeneration.
FAILED: Report generation timed out or the Amazon S3 bucket is not accessible.
The operation status can be one of the following:
RUNNING: Report generation is in progress.
SUCCEEDED: Report generation is complete. You can open the report from the Amazon S3 bucket
you specified when you ran StartReportGeneration.
FAILED: Report generation timed out or the Amazon S3 bucket is not accessible.
public DescribeReportCreationResult withStatus(String status)
Reports the status of the operation.
The operation status can be one of the following:
RUNNING: Report generation is in progress.
SUCCEEDED: Report generation is complete. You can open the report from the Amazon S3 bucket you
specified when you ran StartReportGeneration.
FAILED: Report generation timed out or the Amazon S3 bucket is not accessible.
status - Reports the status of the operation.
The operation status can be one of the following:
RUNNING: Report generation is in progress.
SUCCEEDED: Report generation is complete. You can open the report from the Amazon S3 bucket
you specified when you ran StartReportGeneration.
FAILED: Report generation timed out or the Amazon S3 bucket is not accessible.
public void setS3Location(String s3Location)
The path to the Amazon S3 bucket where the report is stored.
s3Location - The path to the Amazon S3 bucket where the report is stored.public String getS3Location()
The path to the Amazon S3 bucket where the report is stored.
public DescribeReportCreationResult withS3Location(String s3Location)
The path to the Amazon S3 bucket where the report is stored.
s3Location - The path to the Amazon S3 bucket where the report is stored.public void setErrorMessage(String errorMessage)
Details of the common errors that all operations return.
errorMessage - Details of the common errors that all operations return.public String getErrorMessage()
Details of the common errors that all operations return.
public DescribeReportCreationResult withErrorMessage(String errorMessage)
Details of the common errors that all operations return.
errorMessage - Details of the common errors that all operations return.public String toString()
toString in class ObjectObject.toString()public DescribeReportCreationResult clone()
Copyright © 2019. All rights reserved.