Configuration for accessing Amazon GetConfig service
Inheritance: Amazon.CloudHSM.Model.GetConfigResult
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            GetConfigResponse response = new GetConfigResponse();

            context.Read();
            int targetDepth = context.CurrentDepth;
            while (context.ReadAtDepth(targetDepth))
            {
                if (context.TestExpression("ConfigCred", targetDepth))
                {
                    var unmarshaller = StringUnmarshaller.Instance;
                    response.ConfigCred = unmarshaller.Unmarshall(context);
                    continue;
                }
                if (context.TestExpression("ConfigFile", targetDepth))
                {
                    var unmarshaller = StringUnmarshaller.Instance;
                    response.ConfigFile = unmarshaller.Unmarshall(context);
                    continue;
                }
                if (context.TestExpression("ConfigType", targetDepth))
                {
                    var unmarshaller = StringUnmarshaller.Instance;
                    response.ConfigType = unmarshaller.Unmarshall(context);
                    continue;
                }
            }

            return response;
        }