|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.support.model.ResolveCaseRequest
public class ResolveCaseRequest
Container for the parameters to the ResolveCase operation.
Takes a CaseId and returns the initial state of the case along with the state of the case after the call to ResolveCase completed.
AWSSupport.resolveCase(ResolveCaseRequest),
Serialized Form| Constructor Summary | |
|---|---|
ResolveCaseRequest()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getCaseId()
String that indicates the AWS Support caseID requested or returned in the call. |
int |
hashCode()
|
void |
setCaseId(String caseId)
String that indicates the AWS Support caseID requested or returned in the call. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ResolveCaseRequest |
withCaseId(String caseId)
String that indicates the AWS Support caseID requested or returned in the call. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ResolveCaseRequest()
| Method Detail |
|---|
public String getCaseId()
public void setCaseId(String caseId)
caseId - String that indicates the AWS Support caseID requested or returned in
the call. The caseID is an alphanumeric string formatted as shown in
this example CaseId: case-12345678910-2013-c4c1d2bf33c5cf47public ResolveCaseRequest withCaseId(String caseId)
Returns a reference to this object so that method calls can be chained together.
caseId - String that indicates the AWS Support caseID requested or returned in
the call. The caseID is an alphanumeric string formatted as shown in
this example CaseId: case-12345678910-2013-c4c1d2bf33c5cf47
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||