com.amazonaws.services.support.model
Class ResolveCaseRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.support.model.ResolveCaseRequest
All Implemented Interfaces:
Serializable

public class ResolveCaseRequest
extends AmazonWebServiceRequest
implements Serializable

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.

See Also:
AWSSupport.resolveCase(ResolveCaseRequest), Serialized Form

Constructor Summary
ResolveCaseRequest()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCaseId()
          The AWS Support case ID requested or returned in the call.
 int hashCode()
           
 void setCaseId(String caseId)
          The AWS Support case ID requested or returned in the call.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 ResolveCaseRequest withCaseId(String caseId)
          The AWS Support case ID requested or returned in the call.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResolveCaseRequest

public ResolveCaseRequest()
Method Detail

getCaseId

public String getCaseId()
The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

Returns:
The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

setCaseId

public void setCaseId(String caseId)
The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

Parameters:
caseId - The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

withCaseId

public ResolveCaseRequest withCaseId(String caseId)
The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

Returns a reference to this object so that method calls can be chained together.

Parameters:
caseId - The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.