AWS SDK for .NET Documentation
ResolveCaseRequest Class
AmazonAmazon.AWSSupport.ModelResolveCaseRequest Did this page help you?   Yes   No    Tell us about it...
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
C#
public class ResolveCaseRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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
Object
AmazonWebServiceRequest
 ResolveCaseRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)