@Generated(value="software.amazon.awssdk:codegen") public final class GetFindingsReportStatusResponse extends Inspector2Response implements ToCopyableBuilder<GetFindingsReportStatusResponse.Builder,GetFindingsReportStatusResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetFindingsReportStatusResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetFindingsReportStatusResponse.Builder |
builder() |
Destination |
destination()
The destination of the report.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ReportingErrorCode |
errorCode()
The error code of the report.
|
String |
errorCodeAsString()
The error code of the report.
|
String |
errorMessage()
The error message of the report.
|
FilterCriteria |
filterCriteria()
The filter criteria associated with the report.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
reportId()
The ID of the report.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetFindingsReportStatusResponse.Builder> |
serializableBuilderClass() |
ExternalReportStatus |
status()
The status of the report.
|
String |
statusAsString()
The status of the report.
|
GetFindingsReportStatusResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Destination destination()
The destination of the report.
public final ReportingErrorCode errorCode()
The error code of the report.
If the service returns an enum value that is not available in the current SDK version, errorCode will
return ReportingErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
errorCodeAsString().
ReportingErrorCodepublic final String errorCodeAsString()
The error code of the report.
If the service returns an enum value that is not available in the current SDK version, errorCode will
return ReportingErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
errorCodeAsString().
ReportingErrorCodepublic final String errorMessage()
The error message of the report.
public final FilterCriteria filterCriteria()
The filter criteria associated with the report.
public final String reportId()
The ID of the report.
public final ExternalReportStatus status()
The status of the report.
If the service returns an enum value that is not available in the current SDK version, status will
return ExternalReportStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
ExternalReportStatuspublic final String statusAsString()
The status of the report.
If the service returns an enum value that is not available in the current SDK version, status will
return ExternalReportStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
ExternalReportStatuspublic GetFindingsReportStatusResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetFindingsReportStatusResponse.Builder,GetFindingsReportStatusResponse>toBuilder in class AwsResponsepublic static GetFindingsReportStatusResponse.Builder builder()
public static Class<? extends GetFindingsReportStatusResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.