@Generated(value="software.amazon.awssdk:codegen") public final class GenerateCredentialReportResponse extends IamResponse implements ToCopyableBuilder<GenerateCredentialReportResponse.Builder,GenerateCredentialReportResponse>
Contains the response to a successful GenerateCredentialReport request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GenerateCredentialReportResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GenerateCredentialReportResponse.Builder |
builder() |
String |
description()
Information about the credential report.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GenerateCredentialReportResponse.Builder> |
serializableBuilderClass() |
ReportStateType |
state()
Information about the state of the credential report.
|
String |
stateAsString()
Information about the state of the credential report.
|
GenerateCredentialReportResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ReportStateType state()
Information about the state of the credential report.
If the service returns an enum value that is not available in the current SDK version, state will return
ReportStateType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
ReportStateTypepublic final String stateAsString()
Information about the state of the credential report.
If the service returns an enum value that is not available in the current SDK version, state will return
ReportStateType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
ReportStateTypepublic final String description()
Information about the credential report.
public GenerateCredentialReportResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GenerateCredentialReportResponse.Builder,GenerateCredentialReportResponse>toBuilder in class AwsResponsepublic static GenerateCredentialReportResponse.Builder builder()
public static Class<? extends GenerateCredentialReportResponse.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 © 2022. All rights reserved.