ToCopyableBuilder<GetAssessmentReportResponse.Builder,GetAssessmentReportResponse>@Generated("software.amazon.awssdk:codegen") public class GetAssessmentReportResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetAssessmentReportResponse.Builder,GetAssessmentReportResponse>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
GetAssessmentReportResponse.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static GetAssessmentReportResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends GetAssessmentReportResponse.Builder> |
serializableBuilderClass() |
|
String |
status() |
Specifies the status of the request to generate an assessment report.
|
GetAssessmentReportResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
url() |
Specifies the URL where you can find the generated assessment report.
|
setSdkHttpMetadata, setSdkResponseMetadatapublic String status()
Specifies the status of the request to generate an assessment report.
ReportStatuspublic String url()
Specifies the URL where you can find the generated assessment report. This parameter is only returned if the report is successfully generated.
public GetAssessmentReportResponse.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<GetAssessmentReportResponse.Builder,GetAssessmentReportResponse>public static GetAssessmentReportResponse.Builder builder()
public static Class<? extends GetAssessmentReportResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.