ToCopyableBuilder<GenerateCredentialReportResponse.Builder,GenerateCredentialReportResponse>
@Generated("software.amazon.awssdk:codegen") public class GenerateCredentialReportResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GenerateCredentialReportResponse.Builder,GenerateCredentialReportResponse>
Contains the response to a successful GenerateCredentialReport request.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GenerateCredentialReportResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GenerateCredentialReportResponse.Builder |
builder() |
|
String |
description() |
Information about the credential report.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends GenerateCredentialReportResponse.Builder> |
serializableBuilderClass() |
|
String |
state() |
Information about the state of the credential report.
|
GenerateCredentialReportResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String state()
Information about the state of the credential report.
ReportStateType
public String description()
Information about the credential report.
public GenerateCredentialReportResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GenerateCredentialReportResponse.Builder,GenerateCredentialReportResponse>
public static GenerateCredentialReportResponse.Builder builder()
public static Class<? extends GenerateCredentialReportResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.