@Generated(value="software.amazon.awssdk:codegen") public final class ReviewDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReviewDetails.Builder,ReviewDetails>
An object that contains information about your account details review.
Modifier and Type | Class and Description |
---|---|
static interface |
ReviewDetails.Builder |
Modifier and Type | Method and Description |
---|---|
static ReviewDetails.Builder |
builder() |
String |
caseId()
The associated support center case ID (if any).
|
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 ReviewDetails.Builder> |
serializableBuilderClass() |
ReviewStatus |
status()
The status of the latest review of your account.
|
String |
statusAsString()
The status of the latest review of your account.
|
ReviewDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final ReviewStatus status()
The status of the latest review of your account. The status can be one of the following:
PENDING
– We have received your appeal and are in the process of reviewing it.
GRANTED
– Your appeal has been reviewed and your production access has been granted.
DENIED
– Your appeal has been reviewed and your production access has been denied.
FAILED
– An internal error occurred and we didn't receive your appeal. You can submit your appeal
again.
If the service returns an enum value that is not available in the current SDK version, status
will
return ReviewStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
statusAsString()
.
PENDING
– We have received your appeal and are in the process of reviewing it.
GRANTED
– Your appeal has been reviewed and your production access has been granted.
DENIED
– Your appeal has been reviewed and your production access has been denied.
FAILED
– An internal error occurred and we didn't receive your appeal. You can submit your
appeal again.
ReviewStatus
public final String statusAsString()
The status of the latest review of your account. The status can be one of the following:
PENDING
– We have received your appeal and are in the process of reviewing it.
GRANTED
– Your appeal has been reviewed and your production access has been granted.
DENIED
– Your appeal has been reviewed and your production access has been denied.
FAILED
– An internal error occurred and we didn't receive your appeal. You can submit your appeal
again.
If the service returns an enum value that is not available in the current SDK version, status
will
return ReviewStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
statusAsString()
.
PENDING
– We have received your appeal and are in the process of reviewing it.
GRANTED
– Your appeal has been reviewed and your production access has been granted.
DENIED
– Your appeal has been reviewed and your production access has been denied.
FAILED
– An internal error occurred and we didn't receive your appeal. You can submit your
appeal again.
ReviewStatus
public final String caseId()
The associated support center case ID (if any).
public ReviewDetails.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ReviewDetails.Builder,ReviewDetails>
public static ReviewDetails.Builder builder()
public static Class<? extends ReviewDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.