public static RefreshTrustedAdvisorCheckResultUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new RefreshTrustedAdvisorCheckResultUnmarshaller();
     }
     return(instance);
 }
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            RefreshTrustedAdvisorCheckResponse response = new RefreshTrustedAdvisorCheckResponse();

            context.Read();

            response.RefreshTrustedAdvisorCheckResult = RefreshTrustedAdvisorCheckResultUnmarshaller.GetInstance().Unmarshall(context);

            return(response);
        }