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.
 Declaration Syntax
 Declaration Syntax| C# | 
public class ResolveCaseRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ResolveCaseRequest()()()() | Initializes a new instance of the ResolveCaseRequest class | 
|  | 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 | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithCaseId(String) | Obsolete. 
            Sets the CaseId property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | ResolveCaseRequest | |
 See Also
 See Also