Configuration for accessing Amazon ModifyLunaClient service
Inheritance: Amazon.CloudHSM.Model.ModifyLunaClientResult
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            ModifyLunaClientResponse response = new ModifyLunaClientResponse();

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

            return response;
        }