@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReviewDetails extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains information about your account details review.
Constructor and Description |
---|
ReviewDetails() |
Modifier and Type | Method and Description |
---|---|
ReviewDetails |
clone() |
boolean |
equals(Object obj) |
String |
getCaseId()
The associated support center case ID (if any).
|
String |
getStatus()
The status of the latest review of your account.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCaseId(String caseId)
The associated support center case ID (if any).
|
void |
setStatus(String status)
The status of the latest review of your account.
|
String |
toString()
Returns a string representation of this object.
|
ReviewDetails |
withCaseId(String caseId)
The associated support center case ID (if any).
|
ReviewDetails |
withStatus(ReviewStatus status)
The status of the latest review of your account.
|
ReviewDetails |
withStatus(String status)
The status of the latest review of your account.
|
public void setStatus(String 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.
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.
ReviewStatus
public String getStatus()
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.
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 ReviewDetails withStatus(String 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.
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.
ReviewStatus
public ReviewDetails withStatus(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.
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.
ReviewStatus
public void setCaseId(String caseId)
The associated support center case ID (if any).
caseId
- The associated support center case ID (if any).public String getCaseId()
The associated support center case ID (if any).
public ReviewDetails withCaseId(String caseId)
The associated support center case ID (if any).
caseId
- The associated support center case ID (if any).public String toString()
toString
in class Object
Object.toString()
public ReviewDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.