@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 was stored on creation.
|
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 was stored on creation.
|
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 was stored on creation.
|
DescribeReportCreationResult |
withStatus(String status)
Reports the status of the operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStatus(String status)
Reports the status of the operation.
The operation status can be one of the following:
RUNNING
- Report creation is in progress.
SUCCEEDED
- Report creation is complete. You can open the report from the Amazon S3 bucket that you
specified when you ran StartReportCreation
.
FAILED
- Report creation timed out or the Amazon S3 bucket is not accessible.
NO REPORT
- No report was generated in the last 90 days.
status
- Reports the status of the operation.
The operation status can be one of the following:
RUNNING
- Report creation is in progress.
SUCCEEDED
- Report creation is complete. You can open the report from the Amazon S3 bucket
that you specified when you ran StartReportCreation
.
FAILED
- Report creation timed out or the Amazon S3 bucket is not accessible.
NO REPORT
- No report was generated in the last 90 days.
public String getStatus()
Reports the status of the operation.
The operation status can be one of the following:
RUNNING
- Report creation is in progress.
SUCCEEDED
- Report creation is complete. You can open the report from the Amazon S3 bucket that you
specified when you ran StartReportCreation
.
FAILED
- Report creation timed out or the Amazon S3 bucket is not accessible.
NO REPORT
- No report was generated in the last 90 days.
The operation status can be one of the following:
RUNNING
- Report creation is in progress.
SUCCEEDED
- Report creation is complete. You can open the report from the Amazon S3 bucket
that you specified when you ran StartReportCreation
.
FAILED
- Report creation timed out or the Amazon S3 bucket is not accessible.
NO REPORT
- No report was generated in the last 90 days.
public DescribeReportCreationResult withStatus(String status)
Reports the status of the operation.
The operation status can be one of the following:
RUNNING
- Report creation is in progress.
SUCCEEDED
- Report creation is complete. You can open the report from the Amazon S3 bucket that you
specified when you ran StartReportCreation
.
FAILED
- Report creation timed out or the Amazon S3 bucket is not accessible.
NO REPORT
- No report was generated in the last 90 days.
status
- Reports the status of the operation.
The operation status can be one of the following:
RUNNING
- Report creation is in progress.
SUCCEEDED
- Report creation is complete. You can open the report from the Amazon S3 bucket
that you specified when you ran StartReportCreation
.
FAILED
- Report creation timed out or the Amazon S3 bucket is not accessible.
NO REPORT
- No report was generated in the last 90 days.
public void setS3Location(String s3Location)
The path to the Amazon S3 bucket where the report was stored on creation.
s3Location
- The path to the Amazon S3 bucket where the report was stored on creation.public String getS3Location()
The path to the Amazon S3 bucket where the report was stored on creation.
public DescribeReportCreationResult withS3Location(String s3Location)
The path to the Amazon S3 bucket where the report was stored on creation.
s3Location
- The path to the Amazon S3 bucket where the report was stored on creation.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 Object
Object.toString()
public DescribeReportCreationResult clone()