@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetFindingsReportStatusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetFindingsReportStatusResult() |
Modifier and Type | Method and Description |
---|---|
GetFindingsReportStatusResult |
clone() |
boolean |
equals(Object obj) |
Destination |
getDestination()
The destination of the report.
|
String |
getErrorCode()
The error code of the report.
|
String |
getErrorMessage()
The error message of the report.
|
FilterCriteria |
getFilterCriteria()
The filter criteria associated with the report.
|
String |
getReportId()
The ID of the report.
|
String |
getStatus()
The status of the report.
|
int |
hashCode() |
void |
setDestination(Destination destination)
The destination of the report.
|
void |
setErrorCode(String errorCode)
The error code of the report.
|
void |
setErrorMessage(String errorMessage)
The error message of the report.
|
void |
setFilterCriteria(FilterCriteria filterCriteria)
The filter criteria associated with the report.
|
void |
setReportId(String reportId)
The ID of the report.
|
void |
setStatus(String status)
The status of the report.
|
String |
toString()
Returns a string representation of this object.
|
GetFindingsReportStatusResult |
withDestination(Destination destination)
The destination of the report.
|
GetFindingsReportStatusResult |
withErrorCode(ReportingErrorCode errorCode)
The error code of the report.
|
GetFindingsReportStatusResult |
withErrorCode(String errorCode)
The error code of the report.
|
GetFindingsReportStatusResult |
withErrorMessage(String errorMessage)
The error message of the report.
|
GetFindingsReportStatusResult |
withFilterCriteria(FilterCriteria filterCriteria)
The filter criteria associated with the report.
|
GetFindingsReportStatusResult |
withReportId(String reportId)
The ID of the report.
|
GetFindingsReportStatusResult |
withStatus(ExternalReportStatus status)
The status of the report.
|
GetFindingsReportStatusResult |
withStatus(String status)
The status of the report.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDestination(Destination destination)
The destination of the report.
destination
- The destination of the report.public Destination getDestination()
The destination of the report.
public GetFindingsReportStatusResult withDestination(Destination destination)
The destination of the report.
destination
- The destination of the report.public void setErrorCode(String errorCode)
The error code of the report.
errorCode
- The error code of the report.ReportingErrorCode
public String getErrorCode()
The error code of the report.
ReportingErrorCode
public GetFindingsReportStatusResult withErrorCode(String errorCode)
The error code of the report.
errorCode
- The error code of the report.ReportingErrorCode
public GetFindingsReportStatusResult withErrorCode(ReportingErrorCode errorCode)
The error code of the report.
errorCode
- The error code of the report.ReportingErrorCode
public void setErrorMessage(String errorMessage)
The error message of the report.
errorMessage
- The error message of the report.public String getErrorMessage()
The error message of the report.
public GetFindingsReportStatusResult withErrorMessage(String errorMessage)
The error message of the report.
errorMessage
- The error message of the report.public void setFilterCriteria(FilterCriteria filterCriteria)
The filter criteria associated with the report.
filterCriteria
- The filter criteria associated with the report.public FilterCriteria getFilterCriteria()
The filter criteria associated with the report.
public GetFindingsReportStatusResult withFilterCriteria(FilterCriteria filterCriteria)
The filter criteria associated with the report.
filterCriteria
- The filter criteria associated with the report.public void setReportId(String reportId)
The ID of the report.
reportId
- The ID of the report.public String getReportId()
The ID of the report.
public GetFindingsReportStatusResult withReportId(String reportId)
The ID of the report.
reportId
- The ID of the report.public void setStatus(String status)
The status of the report.
status
- The status of the report.ExternalReportStatus
public String getStatus()
The status of the report.
ExternalReportStatus
public GetFindingsReportStatusResult withStatus(String status)
The status of the report.
status
- The status of the report.ExternalReportStatus
public GetFindingsReportStatusResult withStatus(ExternalReportStatus status)
The status of the report.
status
- The status of the report.ExternalReportStatus
public String toString()
toString
in class Object
Object.toString()
public GetFindingsReportStatusResult clone()