public static SetHttpHeaderConfigResponse Unmarshall(UnmarshallerContext context)
        {
            SetHttpHeaderConfigResponse setHttpHeaderConfigResponse = new SetHttpHeaderConfigResponse();

            setHttpHeaderConfigResponse.HttpResponse = context.HttpResponse;
            setHttpHeaderConfigResponse.RequestId = context.StringValue("SetHttpHeaderConfig.RequestId");

            return setHttpHeaderConfigResponse;
        }
        public static SetHttpHeaderConfigResponse Unmarshall(UnmarshallerContext context)
        {
            SetHttpHeaderConfigResponse setHttpHeaderConfigResponse = new SetHttpHeaderConfigResponse();

            setHttpHeaderConfigResponse.HttpResponse = context.HttpResponse;
            setHttpHeaderConfigResponse.RequestId    = context.StringValue("SetHttpHeaderConfig.RequestId");

            return(setHttpHeaderConfigResponse);
        }