Returns information about the SetTaskStatus response and response metadata.
Inheritance: SetTaskStatusResult
        /// <summary>
        /// Unmarshaller the response from the service to the response class.
        /// </summary>  
        /// <param name="context"></param>
        /// <returns></returns>
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            SetTaskStatusResponse response = new SetTaskStatusResponse();


            return response;
        }
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            SetTaskStatusResponse response = new SetTaskStatusResponse();

              context.Read();

              response.SetTaskStatusResult = SetTaskStatusResultUnmarshaller.GetInstance().Unmarshall(context);

              return response;
        }
 private static void UnmarshallResult(JsonUnmarshallerContext context,SetTaskStatusResponse response)
 {
                 
     return;
 }